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