Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: class_page.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id: class_page.php 5380 2011-02-21 12:04:43Z Tomm $
|
*/
/*
| */
/*
|
Zeile 48 | Zeile 48 |
---|
/** * @var array The breadcrumb trail leading up to this page. */
|
/** * @var array The breadcrumb trail leading up to this page. */
|
private $_breadcrumb_trail = array();
| public $_breadcrumb_trail = array();
|
/** * @var string Any additional information to add between the <head> tags.
| /** * @var string Any additional information to add between the <head> tags.
|