Dotclear


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

New dcPage::breadcrumb function, applied to some other admin's pages, should be continued by me

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/user.php

    r1305 r1332  
    185185} 
    186186 
    187 echo '<h2>'.__('System').' &rsaquo; <a href="users.php">'.__('Users').'</a> &rsaquo; <span class="page-title">'.$page_title.'</span></h2>'; 
     187echo dcPage::breadcrumb( 
     188     array( 
     189          __('System') => '', 
     190          __('Users') => 'users.php', 
     191          '<span class="page-title">'.$page_title.'</span>' => '' 
     192     )); 
    188193 
    189194if ($user_id == $core->auth->userID()) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map