aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-11-30 13:53:10 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-11-30 13:53:10 -0200
commit487b2fe007c36885fbbef8b9a2b05007be5e93e7 (patch)
tree56e81d16a0d571196d8f4ab99817d7222a46bd6d /templates
parent95faade966d80ead79bd71b31045ffa4a8f55813 (diff)
downloadblog-487b2fe007c36885fbbef8b9a2b05007be5e93e7.tar.gz
blog-487b2fe007c36885fbbef8b9a2b05007be5e93e7.tar.bz2
Commenting out navbar
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index a5efc93..262ac93 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -44,6 +44,7 @@
<script src="<TMPL_VAR BASEURL>/js/jquery.min.js" type="text/javascript"></script>
<script src="<TMPL_VAR BASEURL>bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
+<!--
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
@@ -82,18 +83,18 @@
<li><a href="<TMPL_VAR GETSOURCEURL>">Source</a></li>
</TMPL_IF>
<TMPL_IF PREFSURL>
- <!--<li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li>-->
+ <li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li>
</TMPL_IF>
<TMPL_IF ACTIONS>
<TMPL_LOOP ACTIONS>
- <!--<li><TMPL_VAR ACTION></li>-->
+ <li><TMPL_VAR ACTION></li>
</TMPL_LOOP>
</TMPL_IF>
<TMPL_IF COMMENTSLINK>
<li><TMPL_VAR COMMENTSLINK></li>
<TMPL_ELSE>
<TMPL_IF DISCUSSIONLINK>
- <!--<li><TMPL_VAR DISCUSSIONLINK></li>-->
+ <li><TMPL_VAR DISCUSSIONLINK></li>
</TMPL_IF>
</TMPL_IF>
</ul>
@@ -102,6 +103,7 @@
</div>
</div>
</div>
+-->
<div class="container">