Changeset 1356:d18b39137501 for inc/admin
- Timestamp:
- 08/14/13 11:58:26 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1355 r1356 49 49 50 50 # Top of admin page 51 public static function open($title='', $head='', $breadcrumb= '')51 public static function open($title='', $head='', $breadcrumb=null) 52 52 { 53 53 global $core; … … 160 160 161 161 // Display breadcrumb (if given) before any error message 162 echo $breadcrumb; 162 if (is_array($breadcrumb)) { 163 self::breadcrumb($breadcrumb); 164 } 163 165 164 166 if ($core->error->flag()) {
Note: See TracChangeset
for help on using the changeset viewer.