diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 9bc54c2..c8298e5 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -111,15 +111,17 @@ </TMPL_LOOP> </TMPL_IF> <i> - <span class="glyphicon glyphicon-calendar"></span> Last modified <TMPL_VAR MTIME> + <TMPL_IF MTIME> + <span class="glyphicon glyphicon-calendar"></span> Last modified <TMPL_VAR MTIME> + </TMPL_IF> <TMPL_IF HISTORYURL> | <span class="glyphicon glyphicon-time"></span> <a href="<TMPL_VAR HISTORYURL>">History</a> </TMPL_IF> <TMPL_IF GETSOURCEURL> - | <b><></b> <a href="<TMPL_VAR GETSOURCEURL>">Show source</a> + | <b><></b> <a href="<TMPL_VAR GETSOURCEURL>">Show source</a> </TMPL_IF> <TMPL_IF GETSOURCEURL> - | <span class="glyphicon glyphicon-comment"></span><a href="<TMPL_VAR DISCUSSIONURL>"> Discussion</a> + | <span class="glyphicon glyphicon-comment"></span><a href="<TMPL_VAR DISCUSSIONURL>"> Discussion</a> </TMPL_IF> </i> </p> |