- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/_admin.php
r324 r270 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.