Dotclear


Ignore:
Timestamp:
10/04/13 15:00:41 (12 years ago)
Author:
Dsls
Branch:
default
Message:

updated most of notices to new format, should fix #1710 (maintenance and daInstaller still to be updated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/blowupConfig/index.php

    r2166 r2256  
    199199          $core->blog->settings->themes->put('blowup_style',serialize($blowup_user)); 
    200200          $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); 
    203204     } 
    204205     catch (Exception $e) 
     
    232233          __('Blog appearance') => 'blog_theme.php', 
    233234          __('Blowup configuration') => '' 
    234      )); 
     235     )).dcPage::notices(); 
    235236 
    236237echo 
     
    241242     dcPage::message(__('For the following reasons, images cannot be created. You won\'t be able to change some background properties.'). 
    242243          $notices,false,true); 
    243 } 
    244  
    245 if (!empty($_GET['upd'])) { 
    246      dcPage::success(__('Theme configuration has been successfully updated.')); 
    247244} 
    248245 
Note: See TracChangeset for help on using the changeset viewer.

Sites map