diff options
author | Dave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-08 11:01:42 +0000 |
---|---|---|
committer | Dave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-08 11:01:42 +0000 |
commit | 29abc15133a5d125f05e956f9ff1a737b7db0ca5 (patch) | |
tree | b102c876cfa233e4ef832f8cb6ae57259bc917fa /start.php | |
parent | 73cac44d633c45225cd9f1ee102e56044027d04d (diff) | |
download | elgg-29abc15133a5d125f05e956f9ff1a737b7db0ca5.tar.gz elgg-29abc15133a5d125f05e956f9ff1a737b7db0ca5.tar.bz2 |
main nav option tweaked on each tool
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -11,9 +11,7 @@ function videolist_init() { global $CONFIG; - if (isloggedin()) { - add_menu(elgg_echo('videolist'), $CONFIG->wwwroot . "mod/videolist/all.php"); - } + add_menu(elgg_echo('videolist'), $CONFIG->wwwroot . "mod/videolist/all.php"); // Extend system CSS with our own styles elgg_extend_view('css','videolist/css'); |