- Timestamp:
- 08/29/08 22:43:16 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance_mode/trunk/maintenance_mode.plugin.php
r766 r851 113 113 { 114 114 if ($theme->template_exists('maintenance')) { 115 $theme->maintenance_text = Options::get( self::OPTION_NAME . '__text' ); 115 116 $theme->display( 'maintenance' ); 116 117 }
