4 lines
218 B
PHP
Executable File
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>
|