From 29abc15133a5d125f05e956f9ff1a737b7db0ca5 Mon Sep 17 00:00:00 2001 From: Dave Tosh Date: Thu, 8 Apr 2010 11:01:42 +0000 Subject: main nav option tweaked on each tool --- start.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'start.php') diff --git a/start.php b/start.php index 84a624932..fbf3c26cf 100644 --- a/start.php +++ b/start.php @@ -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'); -- cgit v1.2.3