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