+ data['sitenotice'] ) { + echo Html::rawElement( + 'div', + array( 'id' => 'siteNotice' ), + $this->get( 'sitenotice' ) + ); + } + if ( $this->data['newtalk'] ) { + echo Html::rawElement( + 'div', + array( 'class' => 'usermessage' ), + $this->get( 'newtalk' ) + ); + } + echo $this->getIndicators(); + echo Html::rawElement( + 'h1', + array( + 'class' => 'firstHeading', + 'lang' => $this->get( 'pageLanguage' ) + ), + $this->get( 'title' ) + ); + + echo Html::rawElement( + 'div', + array( 'id' => 'siteSub' ), + $this->getMsg( 'tagline' )->parse() + ); + ?> + +
+ 'contentSub' ) + ); + if ( $this->data['subtitle'] ) { + echo Html::rawelement ( + 'p', + [], + $this->get( 'subtitle' ) + ); + } + echo Html::rawelement ( + 'p', + [], + $this->get( 'undelete' ) + ); + echo Html::closeElement( 'div' ); + + $this->html( 'bodycontent' ); + $this->clear(); + echo Html::rawElement( + 'div', + array( 'class' => 'printfooter' ), + $this->get( 'printfooter' ) + ); + $this->html( 'catlinks' ); + $this->html( 'dataAfterContent' ); + ?> +
+