Dotclear


Ignore:
Timestamp:
08/11/13 16:34:50 (11 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/posts.php

    r1179 r1328  
    249249if (!$core->error->flag()) 
    250250{ 
    251      echo  
    252      '<h2>'.html::escapeHTML($core->blog->name).' &rsaquo; <span class="page-title">'.__('Entries').'</span></h2>'. 
     251     echo dcPage::breadcrumb( 
     252          array( 
     253               html::escapeHTML($core->blog->name) => '', 
     254               '<span class="page-title">'.__('Entries').'</span>' => '' 
     255          )); 
     256 
     257     echo 
    253258     '<p class="top-add"><a class="button add" href="post.php">'.__('New entry').'</a></p>'; 
    254259      
Note: See TracChangeset for help on using the changeset viewer.

Sites map