html("specialpageattributes"); ?>>
data['sitenotice']) { ?>
html('sitenotice'); ?>
html('title'); ?>
html('bodytext'); ?>
data['catlinks']) { $this->html('catlinks'); } ?>
data['dataAfterContent']) { $this->html('dataAfterContent'); } ?>
viewsBox(); ?>
toolBox(); ?>
languageBox(); ?>
data['sidebar'];
if ( !isset( $sidebar['TOOLBOX'] ) ) $sidebar['TOOLBOX'] = true;
if ( !isset( $sidebar['LANGUAGES'] ) ) $sidebar['LANGUAGES'] = true;
foreach ($sidebar as $boxName => $cont) {
if ( $boxName == 'TOOLBOX' ) {
$this->toolbox();
} elseif ( $boxName == 'LANGUAGES' ) {
$this->languageBox();
} else {
$this->customBox( $boxName, $cont );
}
}
*/
?>
html('bottomscripts'); /* JS call to runBodyOnloadHook */
$this->html('reporttime');
if( $this->data['debug'] ): ?>