]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
main nav option tweaked on each tool
authorDave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 8 Apr 2010 11:01:42 +0000 (11:01 +0000)
committerDave Tosh <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 8 Apr 2010 11:01:42 +0000 (11:01 +0000)
start.php

index 84a6249321f4e34c020e67eeada19d7d3123e25b..fbf3c26cfb04590f295e12435204572a8f3c2968 100644 (file)
--- 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');