Removed the diff_sidebyside preference for now. It had a really
[cocanwiki.git] / templates / footer.html
index f7d8606..9c84edf 100644 (file)
@@ -1,15 +1,15 @@
 <ul id="topmenu" class="menu">
-<li class="first"> <a href="/">Home&nbsp;page</a> </li>
-<li> <a href="/_sitemap">Sitemap</a> </li>
-<li> <a href="/_recent">Recent&nbsp;changes</a> </li>
+<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 class="first"> <a href="/">Home&nbsp;page</a> </li>
-::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
+<li id="index_li" class="first"> <a href="/"><span>Home&nbsp;page</span></a> </li>
+::table(sitemenu)::<li> <a href="/::url_html_tag::"><span>::label_html::</span></a> </li>
 ::end::
-<li> <a href="/_sitemap">Sitemap</a> </li>
+<li id="sitemap_li"> <a href="/_sitemap"><span>Sitemap</span></a> </li>
 </ul>
 </div>
 
@@ -18,6 +18,6 @@
 
 <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