Browse Source

remove references to nav-external.htm

tags/v1.1
parent
commit
54f5e9b895
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/views/tpl/index.html

+ 2
- 2
app/views/tpl/index.html View File

@@ -28,7 +28,7 @@
<div class="the_list">
<include href="navigation.htm" with="menu={{ @navi.main }}" />
<include href="navigation.htm" with="menu={{ @navi.footer }}" />
<include href="nav-external.htm" with="menu={{ @navi.languages }}" />
<include href="navigation.htm" with="menu={{ @navi.languages }}" />
</div>
</div> <!-- #mobile-nav -->

@@ -58,7 +58,7 @@
<include href="navigation.htm" with="menu={{ @navi.footer }}" />
</nav>
<nav id="languages">
<include href="nav-external.htm" with="menu={{ @navi.languages }}" />
<include href="navigation.htm" with="menu={{ @navi.languages }}" />
</nav>
</footer>


Loading…
Cancel
Save