Sequenzia/app/views/comment/show.php
2013-11-08 11:37:29 -05:00

7 lines
333 B
PHP
Executable File

<?php $this->provide('title', $this->t('.title')) ?>
<?= $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>