Changeset 1620:542c321dc040 for inc/admin
- Timestamp:
- 08/30/13 10:37:08 (12 years ago)
- Branch:
- default
- Parents:
- 1619:5d925866b5b3 (diff), 1593:0c884219a872 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/prepend.php
r1592 r1620 261 261 'images/menu/users.png','images/menu/users-b.png', 262 262 null,null,null)); 263 $_fav['plugins'] = new ArrayObject(array('plugins','Plugins ','plugins.php',263 $_fav['plugins'] = new ArrayObject(array('plugins','Plugins management','plugins.php', 264 264 'images/menu/plugins.png','images/menu/plugins-b.png', 265 265 null,null,null)); … … 284 284 # Set menu titles 285 285 286 $_menu['System']->title = __('System ');286 $_menu['System']->title = __('System settings'); 287 287 $_menu['Blog']->title = __('Blog'); 288 288 $_menu['Plugins']->title = __('Plugins'); … … 328 328 preg_match('/langs.php(\?.*)?$/',$_SERVER['REQUEST_URI']), 329 329 $core->auth->isSuperAdmin()); 330 $_menu['System']->prependItem(__('Plugins '),'plugins.php','images/menu/plugins.png',330 $_menu['System']->prependItem(__('Plugins management'),'plugins.php','images/menu/plugins.png', 331 331 preg_match('/plugins.php(\?.*)?$/',$_SERVER['REQUEST_URI']), 332 332 $core->auth->isSuperAdmin()); -
inc/admin/prepend.php
r1604 r1620 322 322 $core->auth->check('usage,contentadmin',$core->blog->id),'menu-new-post'); 323 323 324 $_menu['System']->prependItem(__('Update s'),'update.php','images/menu/update.png',324 $_menu['System']->prependItem(__('Update'),'update.php','images/menu/update.png', 325 325 preg_match('/update.php(\?.*)?$/',$_SERVER['REQUEST_URI']), 326 326 $core->auth->isSuperAdmin() && is_readable(DC_DIGESTS));
Note: See TracChangeset
for help on using the changeset viewer.