diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-11-22 19:01:28 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 21:14:03 +0000 |
commit | 0df983c5a7a4292224e7f7c279fc7dbe9a79fba6 (patch) | |
tree | 093679d21df34017364a6b901b26c55a592e9bd5 /templates | |
parent | cb5aaa3cee8b35d6fc6e88a7449a9477a6587c7a (diff) | |
download | ikiwiki-0df983c5a7a4292224e7f7c279fc7dbe9a79fba6.tar ikiwiki-0df983c5a7a4292224e7f7c279fc7dbe9a79fba6.tar.gz |
Add comments to page.tmpl
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 8c2ca668f..94412078a 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -67,6 +67,12 @@ <TMPL_VAR CONTENT> </div> +<TMPL_IF COMMENTS> +<div id="comments"> +<TMPL_VAR COMMENTS> +</div> +</TMPL_IF> + <div id="footer" class="pagefooter"> <div id="pageinfo"> |