瀏覽代碼

remove references to nav-external.htm

tags/v1.1
父節點
當前提交
54f5e9b895
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      app/views/tpl/index.html

+ 2
- 2
app/views/tpl/index.html 查看文件

@@ -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…
取消
儲存