aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-03 14:22:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-10-03 14:22:05 -0300
commit84e302af2b951768e4b3315bc7dc3daf3e547606 (patch)
treefa4dccb8ded9bcf1cfd36d87c8e9afeb212878a1 /templates
parent3e02185375262cffb1dbd9490b2efda30f04f651 (diff)
downloadblog-84e302af2b951768e4b3315bc7dc3daf3e547606.tar.gz
blog-84e302af2b951768e4b3315bc7dc3daf3e547606.tar.bz2
Disabling user links
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index f40a3e9..e95b886 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -82,11 +82,11 @@
<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>