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

<div class="the_list"> <div class="the_list">
<include href="navigation.htm" with="menu={{ @navi.main }}" /> <include href="navigation.htm" with="menu={{ @navi.main }}" />
<include href="navigation.htm" with="menu={{ @navi.footer }}" /> <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>
</div> <!-- #mobile-nav --> </div> <!-- #mobile-nav -->


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



Loading…
Cancel
Save