diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2017-05-30 12:28:11 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2017-05-30 12:28:11 +0200 |
commit | 5989833d8357bdfd3d3603b45663a3e14f5286de (patch) | |
tree | 61f0ab364f09faeac7d2092370449cf2b5550833 /templates | |
parent | a377d7bc86f7c8cb4e2f0b6d25297db6f62437eb (diff) |
Show GETSOURCEURL in the wiki only, not the website.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 6bc0e77..e8fb12b 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -122,10 +122,10 @@ <TMPL_IF HISTORYURL> | <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a> </TMPL_IF> - <TMPL_IF GETSOURCEURL> - | <span class="glyphicon glyphicon-file"></span> <a href="<TMPL_VAR GETSOURCEURL>">Source</a> - </TMPL_IF> <TMPL_UNLESS ISWEBSITE> + <TMPL_IF GETSOURCEURL> + | <span class="glyphicon glyphicon-file"></span> <a href="<TMPL_VAR GETSOURCEURL>">Source</a> + </TMPL_IF> <TMPL_IF DISCUSSIONURL> | <span class="glyphicon glyphicon-comment"></span> <a href="<TMPL_VAR DISCUSSIONURL>">Discussion</a> </TMPL_IF> |