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

    r1298 r1339  
    7474 
    7575if ($type && $module !== null) { 
     76     dcPage::breadcrumb( 
     77          array( 
     78               __('Plugins') => '', 
     79               $title => $p_url, 
     80               '<span class="page-title">'.html::escapeHTML($module->name).'</span>' => '' 
     81          )); 
     82 
    7683     echo 
    77      '<h2>'.__('Plugins').' &rsaquo; <a href="'.$p_url.'">'.$title.'</a>'. 
    78      ' &rsaquo; <span class="page-title">'.html::escapeHTML($module->name).'</span></h2>'. 
    7984     '<div id="ie-gui">'; 
    8085      
     
    8489} 
    8590else { 
     91     dcPage::breadcrumb( 
     92          array( 
     93               __('Plugins') => '', 
     94               '<span class="page-title">'.$title.'</span>' => '' 
     95          )); 
     96 
    8697     echo 
    87      '<h2>'.__('Plugins').' &rsaquo; <span class="page-title">'.$title.'</span></h2>'. 
    8898     '<h3>'.__('Import').'</h3>'.listImportExportModules($core,$modules['import']). 
    8999     '<h3>'.__('Export').'</h3>'.listImportExportModules($core,$modules['export']); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map