diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-09-30 17:19:22 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2015-09-30 17:19:22 +0200 |
commit | 6cd1ed43e326e74c6bb350a5d779c4adc51a461f (patch) | |
tree | 667d6ae1f92979e2fe6dc7bbb0cdb9667b16a0c9 | |
parent | 60dade4c9e0820c71626d2ad60070657eaebc805 (diff) |
Don't display the Preferences URL on the website part.
-rw-r--r-- | templates/page.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 0d8d4b4..11d25ea 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -138,14 +138,14 @@ <TMPL_IF GETSOURCEURL> | <span class="glyphicon glyphicon-file"></span> <a href="<TMPL_VAR GETSOURCEURL>">Source</a> </TMPL_IF> - <TMPL_IF ISWEBSITE> + <TMPL_UNLESS ISWEBSITE> <TMPL_IF DISCUSSIONURL> | <span class="glyphicon glyphicon-comment"></span> <a href="<TMPL_VAR DISCUSSIONURL>">Discussion</a> </TMPL_IF> <TMPL_IF PREFSURL> | <span class="glyphicon glyphicon-wrench"></span> <a href="<TMPL_VAR PREFSURL>">Preferences</a> </TMPL_IF> - </TMPL_IF> + </TMPL_UNLESS> </TMPL_IF> </p> |