|
|
|
@ -126,6 +126,7 @@ class TimelessTemplate extends BaseTemplate {
|
|
|
|
|
],
|
|
|
|
|
$this->get( 'title' )
|
|
|
|
|
) .
|
|
|
|
|
Html::rawElement( 'div', [ 'id' => 'bodyContentOuter' ],
|
|
|
|
|
Html::rawElement( 'div', [ 'id' => 'siteSub' ], $this->getMsg( 'tagline' )->parse() ) .
|
|
|
|
|
Html::rawElement( 'div', [ 'id' => 'mw-page-header-links' ],
|
|
|
|
|
$this->getPortlet(
|
|
|
|
@ -154,6 +155,7 @@ class TimelessTemplate extends BaseTemplate {
|
|
|
|
|
$this->get( 'bodytext' ) .
|
|
|
|
|
$this->getClear()
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
return Html::rawElement( 'div', [ 'id' => 'mw-content' ], $html );
|
|
|
|
|