Changeset 324:07f1d829b183 for plugins/pages
- Timestamp:
- 06/01/11 15:54:48 (14 years ago)
- Branch:
- 2.3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pages/_admin.php
r270 r324 21 21 function pages_dashboard_favs($core,$favs) 22 22 { 23 $favs['pages'] = new ArrayObject(array('pages', __('Pages'),'plugin.php?p=pages',23 $favs['pages'] = new ArrayObject(array('pages','Pages','plugin.php?p=pages', 24 24 'index.php?pf=pages/icon.png','index.php?pf=pages/icon-big.png', 25 25 'contentadmin,pages',null,null)); 26 $favs['newpage'] = new ArrayObject(array('newpage', __('New page'),'plugin.php?p=pages&act=page',26 $favs['newpage'] = new ArrayObject(array('newpage','New page','plugin.php?p=pages&act=page', 27 27 'index.php?pf=pages/icon-np.png','index.php?pf=pages/icon-np-big.png', 28 28 'contentadmin,pages',null,null));
Note: See TracChangeset
for help on using the changeset viewer.