diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-04-14 02:03:09 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-04-14 02:03:09 +0200 |
commit | e38ff7fe612e1a4d3686b867f4d1e80057c7b0aa (patch) | |
tree | 308272bfce884da90424bdee05d25365f940ebb1 /template/pages/wiki_template | |
parent | e1b83a85d5f0839821b8d1cda2dbff0276d0fd1d (diff) |
Hide preferences link, nobody really needs it...
Diffstat (limited to 'template/pages/wiki_template')
-rw-r--r-- | template/pages/wiki_template/content.html | 4 |
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> |