Dotclear


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

New dcPage::breadcrumb function, applied to some admin's pages, will be continued by kozlika

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/index.php

    r1280 r1328  
    196196); 
    197197 
    198 echo '<h2>'.html::escapeHTML($core->blog->name).' &rsaquo; <span class="page-title">'.__('Dashboard').'</span></h2>'; 
     198echo dcPage::breadcrumb( 
     199     array( 
     200     '<span class="page-title">'.__('Dashboard').' : '.html::escapeHTML($core->blog->name).'</span>' => '' 
     201     ), 
     202     true); 
    199203 
    200204if ($core->auth->getInfo('user_default_blog') != $core->blog->id && $core->auth->blog_count > 1) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map