Changeset 907:da55072f8b87 for plugins/blowupConfig
- Timestamp:
- 10/25/12 14:55:54 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/index.php
r683 r907 228 228 229 229 if (!$can_write_images) { 230 echo '<div class="message">'. 231 __('For the following reasons, images cannot be created. You won\'t be able to change some background properties.'). 232 $notices.'</div>'; 230 dcPage::message(__('For the following reasons, images cannot be created. You won\'t be able to change some background properties.'). 231 $notices,false,true); 233 232 } 234 233 235 234 if (!empty($_GET['upd'])) { 236 echo '<p class="message">'.__('Theme configuration has been successfully updated.').'</p>';235 dcPage::message(__('Theme configuration has been successfully updated.')); 237 236 } 238 237
Note: See TracChangeset
for help on using the changeset viewer.