Dotclear


Ignore:
Timestamp:
08/14/13 14:16:36 (11 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
  • admin/blogs.php

    r1334 r1358  
    7373     $starting_script .= dcPage::jsLoad('js/filter-controls.js'); 
    7474} 
    75 dcPage::open(__('List of blogs'),$starting_script); 
     75dcPage::open(__('List of blogs'),$starting_script, 
     76     dcPage::breadcrumb( 
     77          array( 
     78               __('System') => '', 
     79               '<span class="page-title">'.__('List of blogs').'</span>' => '' 
     80          )) 
     81); 
    7682 
    7783if (!empty($_GET['del'])) { 
    7884     dcPage::message(__('Blog has been successfully deleted.')); 
    7985} 
    80  
    81 dcPage::breadcrumb( 
    82      array( 
    83           __('System') => '', 
    84           '<span class="page-title">'.__('List of blogs').'</span>' => '' 
    85      )); 
    8686 
    8787if (!$core->error->flag()) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map