diff options
Diffstat (limited to 'deploy/srv')
-rw-r--r-- | deploy/srv/templates/page.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deploy/srv/templates/page.tmpl b/deploy/srv/templates/page.tmpl index 29a7b0a..937db3b 100644 --- a/deploy/srv/templates/page.tmpl +++ b/deploy/srv/templates/page.tmpl @@ -68,9 +68,6 @@ <li><a href="<TMPL_VAR GETSOURCEURL>">Source</a></li> </TMPL_IF> <li><a href="https://secure.piny.be/cgit/<TMPL_VAR WIKINAME>.git/">Repo Info</a></li> -<TMPL_IF PREFSURL> -<li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li> -</TMPL_IF> <TMPL_IF ACTIONS> <TMPL_LOOP ACTIONS> <li><TMPL_VAR ACTION></li> |