6 lines
280 B
PHP
6 lines
280 B
PHP
|
<?= $this->partial("comment/comments", array('comments' => array($this->comment), 'post_id' => $this->comment->post_id, 'hide' => false)) ?>
|
||
|
|
||
|
<div style="clear: both;">
|
||
|
<p><?= $this->linkTo($this->t('.return'), array("post#show", 'id' => $this->comment->post_id)) ?></p>
|
||
|
</div>
|