diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 49b536d..04ee349 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -139,9 +139,12 @@ <TMPL_IF GETSOURCEURL> | <b><></b> <a href="<TMPL_VAR GETSOURCEURL>">Show source</a> </TMPL_IF> - <TMPL_IF GETSOURCEURL> + <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-settings"></span><a href="<TMPL_VAR PREFSURL>"> Preferences</a> + </TMPL_IF> </p> <TMPL_IF COMMENTS> |