-
- outputLogo( 'p-logo', 'image' );
- $this->outputSiteNavigation();
-
- $siteTools = $this->assemblePortlet( [
- 'id' => 'p-sitetools',
- 'headerMessage' => 'timeless-sitetools',
- 'content' => $pileOfTools['general']
- ] );
- $this->outputSidebarChunk( 'site-tools', 'timeless-sitetools', $siteTools );
- ?>
-
-
- 0 ) {
- $pageTools .= $this->assemblePortlet( [
- 'id' => 'p-pageactions',
- 'headerMessage' => 'timeless-pageactions',
- 'content' => $pileOfTools['page-secondary'],
- ] );
- }
- if ( count( $pileOfTools['user'] ) > 0 ) {
- $pageTools .= $this->assemblePortlet( [
- 'id' => 'p-userpagetools',
- 'headerMessage' => 'timeless-userpagetools',
- 'content' => $pileOfTools['user'],
- ] );
- }
- $pageTools .= $this->assemblePortlet( [
- 'id' => 'p-pagemisc',
- 'headerMessage' => 'timeless-pagemisc',
- 'content' => $pileOfTools['page-tertiary'],
- ] );
- $this->outputSidebarChunk( 'page-tools', 'timeless-pageactions', $pageTools );
-
- $this->outputInterlanguageLinks();
- $this->outputCategories();
- ?>
-
-
-
- data['sitenotice'] ) {
- ?>
-
html( 'sitenotice' ) ?>
- data['newtalk'] ) {
- ?>
-
html( 'newtalk' ) ?>
- getIndicators();
- ?>
-
-
- html( 'title' ) ?>
-
-
-
-
-
- data['subtitle'] ) {
- ?>
-
html( 'subtitle' ) ?>
- data['undelete'] ) {
- ?>
-
html( 'undelete' ) ?>
-
-
-
- html( 'bodytext' );
- ?>
-
-
-
-
- data['catlinks'] ) {
- $this->html( 'catlinks' );
- }
- $this->html( 'dataAfterContent' );
- ?>
-
-