Sequenzia/app/views/post/show_partials/_comments.php
2013-10-26 18:06:58 -05:00

4 lines
218 B
PHP
Executable File

<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>