Sequenzia/app/views/post/show_partials/_comments.php

4 lines
218 B
PHP
Raw Normal View History

2013-10-27 01:06:58 +02:00
<div id="comments" style="margin-top: 1em; max-width: 800px; width: 100%;">
<?= $this->partial("comment/comments", array('comments' => $this->post->comments, 'post_id' => $this->post->id, 'hide' => false)) ?>
</div>