diff options
author | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-10-30 07:54:17 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-10-30 07:54:17 -0700 |
commit | 1185a01df43663082ffe2723103da97c253acfb4 (patch) | |
tree | f040daf6fd05d1a9928418046e327f30286ab878 /deploy/srv/templates/page.tmpl | |
parent | c952a7e6d5e66e2ecd653bb5c177609b59619808 (diff) | |
download | piny-code-1185a01df43663082ffe2723103da97c253acfb4.tar.gz piny-code-1185a01df43663082ffe2723103da97c253acfb4.zip |
Removing useless 'preferences' link from page.tmpl
Diffstat (limited to 'deploy/srv/templates/page.tmpl')
-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> |