Changeset 1468 for trunk/rss/themes
- Timestamp:
- 05/11/06 17:43:17 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/themes/default/mobile/nav.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/themes/default/mobile/nav.php
r1309 r1468 3 3 $GLOBALS['rss']->nav->appendNavItem(getPath()."?feeds",LBL_H2_CHANNELS); 4 4 $GLOBALS['rss']->nav->appendNavItem(getPath()."?cats",LBL_TAG_FOLDERS); 5 $GLOBALS['rss']->nav->appendNavItem(getPath()."update.php?mobile", LBL_NAV_UPDATE); 5 6 6 7 foreach ($GLOBALS['rss']->nav->items as $item) { 7 if( !eregi( 'update.php ', $item -> href ) && !eregi( 'admin', $item -> href ) ) {8 $item -> render();8 if( !eregi( 'update.php$', $item -> href ) && !eregi( 'admin', $item -> href ) ) { 9 $item -> render(); 9 10 } 10 11 }
