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