Dotclear


Ignore:
Timestamp:
08/14/13 14:16:36 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Messages are now displayed below the breadcrumb, fixes #1528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/aboutConfig/index.php

    r1348 r1358  
    115115<body> 
    116116<?php 
    117 if (!empty($_GET['upd'])) { 
    118      dcPage::message(__('Configuration successfully updated')); 
    119 } 
    120  
    121 if (!empty($_GET['upda'])) { 
    122      dcPage::message(__('Settings definition successfully updated')); 
    123 } 
    124 dcPage::breadcrumb( 
     117echo dcPage::breadcrumb( 
    125118     array( 
    126119          __('System') => '', 
     
    128121          '<span class="page-title">'.__('about:config').'</span>' => '' 
    129122     )); 
     123if (!empty($_GET['upd'])) { 
     124     dcPage::message(__('Configuration successfully updated')); 
     125} 
     126 
     127if (!empty($_GET['upda'])) { 
     128     dcPage::message(__('Settings definition successfully updated')); 
     129} 
    130130?> 
    131131 
Note: See TracChangeset for help on using the changeset viewer.

Sites map