Changeset 483:2304046cae42 for inc/admin/prepend.php
- Timestamp:
- 07/02/11 11:30:29 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/prepend.php
r469 r483 267 267 } 268 268 */ 269 $_menu['Dashboard']->prependItem(__('My preferences'),'preferences.php','images/menu/user-pref.png',270 preg_match('/preferences.php(\?.*)?$/',$_SERVER['REQUEST_URI']),271 true);272 269 $_menu['Dashboard']->prependItem(__('Dashboard'),'index.php','images/menu/dashboard.png', 273 270 preg_match('/index.php$/',$_SERVER['REQUEST_URI']),
Note: See TracChangeset
for help on using the changeset viewer.