Skip to content

Commit

Permalink
move language switcher to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Nov 13, 2016
1 parent 4acce45 commit a78c15e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions header.inc
Expand Up @@ -42,16 +42,17 @@

<div id="sidebar" class="sidebar col-md-2">
<?php echo $firstInstallButton?>
<div id="language">
<?php print $languageswitcher; ?>
</div>
<div id="context-menu" class="menu block">
<h3>Navigation</h3>
<?php print _topMenu(); ?>
</div>
<div id="recent" class="menu visited block">
<?php print recentlyVisited(); ?>
</div>
<br />
<div id="language">
<?php print $languageswitcher; ?>
</div>
</div>
<!-- end #sidebar -->
<div id="content" class="col-md-9">
Expand Down
7 changes: 4 additions & 3 deletions header_minified.inc
Expand Up @@ -42,16 +42,17 @@

<div id="sidebar" class="sidebar col-md-2">
<?php echo $firstInstallButton?>
<div id="language">
<?php print $languageswitcher; ?>
</div>
<div id="context-menu" class="menu block">
<h3>Navigation</h3>
<?php print _topMenu(); ?>
</div>
<div id="recent" class="menu visited block">
<?php print recentlyVisited(); ?>
</div>
<br />
<div id="language">
<?php print $languageswitcher; ?>
</div>
</div>
<!-- end #sidebar -->
<div id="content" class="col-md-10">
Expand Down

0 comments on commit a78c15e

Please sign in to comment.