Skip to content

Commit

Permalink
sitenavigation first
Browse files Browse the repository at this point in the history
  • Loading branch information
TranTheTrung authored May 27, 2021
1 parent 7164528 commit da9215c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skins/Timeless/includes/TimelessTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ public function execute() {
$html .= $this->getHeader();

$html .= Html::rawElement( 'div', [ 'id' => 'mw-content-container', 'class' => 'ts-container' ],
Html::rawElement( 'div', [ 'id' => 'mw-site-navigation' ],
$this->getMainNavigation()
) .
Html::rawElement( 'div', [ 'id' => 'mw-content-wrapper' , 'class' => 'mw-parser-output' ],
$this->getContentBlock() .
$this->getAfterContent()
) .
Html::rawElement( 'div', [ 'id' => 'mw-site-navigation' ],
$this->getMainNavigation()
) .
$this->getClear()
);
$validFooterLinks = $this->getFooterLinks('flat');
Expand Down

0 comments on commit da9215c

Please sign in to comment.