diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 14:22:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-03 14:22:31 -0300 |
commit | 5cd62aea9af6062bdb83f1641c2fe70506877034 (patch) | |
tree | 60394802596dd270f317f6783abc98e72318bb63 /templates | |
parent | 84e302af2b951768e4b3315bc7dc3daf3e547606 (diff) | |
download | blog-5cd62aea9af6062bdb83f1641c2fe70506877034.tar.gz blog-5cd62aea9af6062bdb83f1641c2fe70506877034.tar.bz2 |
Disabling user links
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index e95b886..a5efc93 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -93,7 +93,7 @@ <li><TMPL_VAR COMMENTSLINK></li> <TMPL_ELSE> <TMPL_IF DISCUSSIONLINK> - <li><TMPL_VAR DISCUSSIONLINK></li> + <!--<li><TMPL_VAR DISCUSSIONLINK></li>--> </TMPL_IF> </TMPL_IF> </ul> |