+ + data['sitenotice'] ) { + ?> +
html( 'sitenotice' ) + ?>
- + getIndicators(); + // Loose comparison with '!=' is intentional, to catch null and false too, but not '0' + if ( $this->data['title'] != '' ) { + ?> +

html( 'title' ) ?>

+ - data ); ?> +
+
msg( 'tagline' ) ?>
+
html( 'userlangattributes' ) ?>>html( 'subtitle' ) + ?>
+ data['undelete'] ) { ?> +
html( 'undelete' ) ?>
+ data['newtalk'] ) { + ?> +
html( 'newtalk' ) ?>
+ +
msg( 'jumpto' ) + ?> msg( 'jumptonavigation' ) + ?>msg( 'comma-separator' ) + ?>msg( 'jumptosearch' ) + ?>
- - -html('headscripts') ?> -data['jsvarurl']) { ?> - - -data['pagecss']) { ?> - -data['usercss']) { ?> - -data['userjs']) { ?> - -data['userjsprev']) { ?> - -data['trackbackhtml']) print $this->data['trackbackhtml']; ?> - -data['body_ondblclick']) { ?> ondblclick="text('body_ondblclick') ?>" -data['body_onload']) { ?> onload="text('body_onload') ?>" - class="mediawiki text('dir') ?> text('pageclass') ?> text('skinnameclass') ?>"> -
-
-
- - data['sitenotice']) { ?>
html('sitenotice') ?>
-

data['displaytitle']!=""?$this->html('title'):$this->text('title') ?>

-
-

msg('tagline') ?>

-
html('subtitle') ?>
- data['undelete']) { ?>
html('undelete') ?>
- data['newtalk'] ) { ?>
html('newtalk') ?>
- data['showjumplinks']) { ?> - - html('bodytext') ?> - data['catlinks']) { $this->html('catlinks'); } ?> - - data['dataAfterContent']) { $this->html ('dataAfterContent'); } ?> -
-
-
+ + html( 'bodytext' ) ?> + data['catlinks'] ) { + $this->html( 'catlinks' ); + } + ?> + + data['dataAfterContent'] ) { + $this->html( 'dataAfterContent' + ); + } + ?> +
+
+
msg('personaltools') ?>
data['sidebar']; if ( !isset( $sidebar['SEARCH'] ) ) $sidebar['SEARCH'] = true; if ( !isset( $sidebar['TOOLBOX'] ) ) $sidebar['TOOLBOX'] = true; if ( !isset( $sidebar['LANGUAGES'] ) ) $sidebar['LANGUAGES'] = true; foreach ($sidebar as $boxName => $cont) { if ( $boxName == 'SEARCH' ) { $this->searchBox(); } elseif ( $boxName == 'TOOLBOX' ) { $this->toolbox(); } elseif ( $boxName == 'LANGUAGES' ) { $this->languageBox(); } else { $this->customBox( $boxName, $cont ); } } ?>
-
- + getFooterIcons( "icononly" ); + $validFooterLinks = $this->getFooterLinks( "flat" ); // Additional footer links - // Generate additional footer links - $footerlinks = array( - 'lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright', - 'privacy', 'about', 'disclaimer', 'tagline', - ); - $validFooterLinks = array(); - foreach( $footerlinks as $aLink ) { - if( isset( $this->data[$aLink] ) && $this->data[$aLink] ) { - $validFooterLinks[] = $aLink; - } + if ( count( $validFooterIcons ) + count( $validFooterLinks ) > 0 ) { + ?> + -