Changeset 2277:294ab2c4b541 for inc
- Timestamp:
- 10/05/13 11:11:49 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/prepend.php
r2247 r2277 232 232 233 233 234 /*235 if (!preg_match('/index.php$/',$_SERVER['REQUEST_URI'])) {236 # Admin index can't be add in fav's237 $_menu['Dashboard']->prependItem(__('Add this page to my favorites'),'#','images/menu/add_to_favorites.png',238 false,$core->auth->check('usage,contentadmin',$core->blog->id),'fav-add');239 }240 */241 234 $_menu['Blog']->prependItem(__('Blog appearance'),'blog_theme.php','images/menu/themes.png', 242 235 preg_match('/blog_theme.php(\?.*)?$/',$_SERVER['REQUEST_URI']),
Note: See TracChangeset
for help on using the changeset viewer.