Changeset 2087:80982230def5
- Timestamp:
- 09/25/13 08:56:40 (12 years ago)
- Branch:
- default
- Location:
- plugins/maintenance
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/_admin.php
r2086 r2087 170 170 $items[] = new ArrayObject(array( 171 171 '<div id="maintenance-expired" class="box small">'. 172 '<h3><img src="index.php?pf=maintenance/icon .png" alt="" /> '.__('Maintenance').'</h3>'.172 '<h3><img src="index.php?pf=maintenance/icon-small.png" alt="" /> '.__('Maintenance').'</h3>'. 173 173 '<p class="warn">'.sprintf(__('There is a task to execute.', 'There are %s tasks to execute.', count($lines)), count($lines)).'</p>'. 174 174 '<ul>'.implode('',$lines).'</ul>'.
Note: See TracChangeset
for help on using the changeset viewer.