Changeset 1334:bbbe0735f18b for inc
- Timestamp:
- 08/12/13 09:27:40 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1329 r1334 273 273 } 274 274 275 public static function breadcrumb($elements=null,$no_home_link=false )275 public static function breadcrumb($elements=null,$no_home_link=false,$echo=true) 276 276 { 277 277 // First item of array elements should be blog's name, System or Plugins … … 285 285 } 286 286 $res .= '</h2>'; 287 if ($echo) { 288 echo $res; 289 } 287 290 return $res; 288 291 }
Note: See TracChangeset
for help on using the changeset viewer.