summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-25 02:14:04 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-25 02:14:04 +0000
commitc725a0f16eeb0dfaff47549898540b178b7d4b48 (patch)
treed6b97627faa3a99490793de0aa092e38b165da0d /themes
parent1ad18467745612ecc892550810d55a4fe371409c (diff)
Move comment listing into the comment module
Diffstat (limited to 'themes')
-rw-r--r--themes/default/views/photo.html.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php
index 2a5079b4..f9ce96cf 100644
--- a/themes/default/views/photo.html.php
+++ b/themes/default/views/photo.html.php
@@ -9,9 +9,5 @@
<h1><?= $item->title_edit ?></h1>
<div><?= $item->description_edit ?></div>
- <? if (module::is_installed("comment")): ?>
- <?= comment::block($theme, true); ?>
- <? endif ?>
-
<?= $theme->photo_bottom() ?>
</div>