diff options
-rw-r--r-- | templates/page.tmpl | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 5d601a7..c41f1f2 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -132,18 +132,18 @@ <p> <TMPL_IF MTIME> <span class="glyphicon glyphicon-calendar"></span> Last modified <em><TMPL_VAR MTIME></em> - </TMPL_IF> - <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>">Show source</a> - </TMPL_IF> - <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 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_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> </p> |