Dotclear


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

New dcPage::breadcrumb function, last step at least

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/antispam/index.php

    r1312 r1339  
    123123if ($filter_gui !== false) 
    124124{ 
    125      echo '<h2>'.__('Plugins').' &rsaquo; <a href="'.$p_url.'">'.$page_name.'</a>'. 
    126           ' &rsaquo; <span class="page-title">'.sprintf(__('%s configuration'),$filter->name).'</span></h2>'; 
     125     dcPage::breadcrumb( 
     126          array( 
     127               __('Plugins') => '', 
     128               $page_name => $p_url, 
     129               '<span class="page-title">'.sprintf(__('%s configuration'),$filter->name).'</span>' => '' 
     130          )); 
    127131 
    128132     echo $filter_gui; 
     
    130134else 
    131135{ 
    132      echo '<h2>'.__('Plugins').' &rsaquo; <span class="page-title">'.$page_name.'</span></h2>'; 
     136     dcPage::breadcrumb( 
     137          array( 
     138               __('Plugins') => '', 
     139               '<span class="page-title">'.$page_name.'</span>' => '' 
     140          )); 
    133141 
    134142     # Information 
Note: See TracChangeset for help on using the changeset viewer.

Sites map