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