Changeset 151 for trunk/start.php
- Timestamp:
- 08/31/10 10:15:30 (21 months ago)
- Files:
-
- 1 modified
-
trunk/start.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/start.php
r150 r151 43 43 global $CONFIG; 44 44 45 if (get_context() == 'edufeedr' ) {45 if (get_context() == 'edufeedr' || (get_context() == 'main' && isloggedin())) { 46 46 /*translation:All courses*/ 47 47 add_submenu_item(elgg_echo('edufeedr:submenu:all:courses'), $CONFIG->wwwroot . 'pg/edufeedr/index');
