Changeset 1581 for trunk/gregarius/cls/nav.php
- Timestamp:
- 09/14/06 21:30:34 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/nav.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/nav.php
r1561 r1581 61 61 62 62 $this->appendNavItem(getPath(),__('<span>H</span>ome'),LOCATION_HOME); 63 $this->appendNavItem(getPath().'update.php',__('<span>R</span>efresh'),LOCATION_UPDATE); 63 if (!getConfig("rss.config.restrictrefresh")) { 64 $this->appendNavItem(getPath().'update.php',__('<span>R</span>efresh'),LOCATION_UPDATE); 65 } 64 66 $this->appendNavItem(getPath().'search.php',__('<span>S</span>earch'),LOCATION_SEARCH); 65 67 $this->appendNavItem(getPath().'admin/',__('A<span>d</span>min'),LOCATION_ADMIN);
