From 84e302af2b951768e4b3315bc7dc3daf3e547606 Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Thu, 3 Oct 2013 14:22:05 -0300
Subject: [PATCH] Disabling user links

---
 templates/page.tmpl | 4 ++--
 1 file 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>
-- 
GitLab