Fixed a few bugs in the previous check-in.
[cocanwiki.git] / templates / footer.html
index 65982be..513d08f 100644 (file)
@@ -1,8 +1,23 @@
+<ul id="topmenu" class="menu">
+<li class="first home_li"> <a href="/">Home&nbsp;page</a> </li>
+<li class="sitemap_li"> <a href="/_sitemap">Sitemap</a> </li>
+<li class="recent_li"> <a href="/_recent">Recent&nbsp;changes</a> </li>
+</ul>
+
+<div id="menu_div">
+<ul id="bottommenu" class="menu">
+<li id="index_li" class="first"> <a href="/">Home&nbsp;page</a> </li>
+::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
+::end::
+<li id="sitemap_li"> <a href="/_sitemap">Sitemap</a> </li>
+</ul>
+</div>
+
 <div id="footer_div">
 <hr/>
 
 <ul id="footer" class="menu">
 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
-<li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
+<li> Powered by <a href="::powered_by_url_html_tag::">::powered_by_name_html::</a> </li>
 </ul>
 </div>
\ No newline at end of file