Skip to content

Commit

Permalink
Show comments
Browse files Browse the repository at this point in the history
Show comments
  • Loading branch information
ChristianGiupponi committed Jan 22, 2013
1 parent 463aa22 commit 692f709
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion views/gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
<br style="clear: both;" />

<?php if ($gallery->enable_comments == 1): ?>
<div id="existing-comments">
<h4><?php echo lang('comments:title') ?></h4>
<?php echo $this->comments->display() ?>
</div>
<?php echo $this->comments->form(); ?>
<?php endif; ?>
<?php endif; ?>

0 comments on commit 692f709

Please sign in to comment.