Changeset 2256:d3c3fa1723ab for plugins/blowupConfig/index.php
- Timestamp:
- 10/04/13 15:00:41 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/index.php
r2166 r2256 199 199 $core->blog->settings->themes->put('blowup_style',serialize($blowup_user)); 200 200 $core->blog->triggerBlog(); 201 202 http::redirect($p_url.'&upd=1'); 201 202 dcPage::addSuccessNotice(__('Theme configuration has been successfully updated.')); 203 http::redirect($p_url); 203 204 } 204 205 catch (Exception $e) … … 232 233 __('Blog appearance') => 'blog_theme.php', 233 234 __('Blowup configuration') => '' 234 )) ;235 )).dcPage::notices(); 235 236 236 237 echo … … 241 242 dcPage::message(__('For the following reasons, images cannot be created. You won\'t be able to change some background properties.'). 242 243 $notices,false,true); 243 }244 245 if (!empty($_GET['upd'])) {246 dcPage::success(__('Theme configuration has been successfully updated.'));247 244 } 248 245
Note: See TracChangeset
for help on using the changeset viewer.