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/userPref/index.php

    r1348 r1358  
    111111<body> 
    112112<?php 
    113 if (!empty($_GET['upd'])) { 
    114      dcPage::message(__('Preferences successfully updated')); 
    115 } 
    116  
    117 if (!empty($_GET['upda'])) { 
    118      dcPage::message(__('Preferences definition successfully updated')); 
    119 } 
    120  
    121 dcPage::breadcrumb( 
     113echo dcPage::breadcrumb( 
    122114     array( 
    123115          __('System') => '', 
     
    125117          '<span class="page-title">'.__('user:preferences').'</span>' => '' 
    126118     )); 
     119 
     120if (!empty($_GET['upd'])) { 
     121     dcPage::message(__('Preferences successfully updated')); 
     122} 
     123 
     124if (!empty($_GET['upda'])) { 
     125     dcPage::message(__('Preferences definition successfully updated')); 
     126} 
    127127?> 
    128128 
Note: See TracChangeset for help on using the changeset viewer.

Sites map