Dotclear

Changeset 1355:c0e981725833


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

dcPage::open() now cope with breadcrumb (h2) if given

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.dc.page.php

    r1340 r1355  
    4949 
    5050     # Top of admin page 
    51      public static function open($title='', $head='') 
     51     public static function open($title='', $head='', $breadcrumb='') 
    5252     { 
    5353          global $core; 
     
    158158               '</div>'; 
    159159          } 
     160 
     161          // Display breadcrumb (if given) before any error message 
     162          echo $breadcrumb; 
    160163 
    161164          if ($core->error->flag()) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map