diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 02:14:04 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-25 02:14:04 +0000 |
| commit | c725a0f16eeb0dfaff47549898540b178b7d4b48 (patch) | |
| tree | d6b97627faa3a99490793de0aa092e38b165da0d /themes | |
| parent | 1ad18467745612ecc892550810d55a4fe371409c (diff) | |
Move comment listing into the comment module
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/default/views/photo.html.php | 4 |
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> |
