summaryrefslogtreecommitdiff
path: root/template/pages/wiki_template
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-04-14 02:03:09 +0200
committerChristian Franke <nobody@nowhere.ws>2013-04-14 02:03:09 +0200
commite38ff7fe612e1a4d3686b867f4d1e80057c7b0aa (patch)
tree308272bfce884da90424bdee05d25365f940ebb1 /template/pages/wiki_template
parente1b83a85d5f0839821b8d1cda2dbff0276d0fd1d (diff)
Hide preferences link, nobody really needs it...
Diffstat (limited to 'template/pages/wiki_template')
-rw-r--r--template/pages/wiki_template/content.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/pages/wiki_template/content.html b/template/pages/wiki_template/content.html
index 344989f..99be78c 100644
--- a/template/pages/wiki_template/content.html
+++ b/template/pages/wiki_template/content.html
@@ -17,9 +17,9 @@
<li><a href="<TMPL_VAR GETSOURCEURL>">Source</a></li>
</TMPL_IF>
<li><a href="https://sublab.org/subdap/">Registrieren</a></li>
-<TMPL_IF PREFSURL>
+<!--<TMPL_IF PREFSURL>
<li><a href="<TMPL_VAR PREFSURL>">Einstellungen</a></li>
-</TMPL_IF>
+</TMPL_IF>-->
<TMPL_IF ACTIONS>
<TMPL_LOOP ACTIONS>
<li><TMPL_VAR ACTION></li>