13 lines
249 B
PHTML
13 lines
249 B
PHTML
|
<div class="controls">
|
||
|
|
||
|
<?php if (! $this->compact): ?>
|
||
|
<?= $this->tabs; ?>
|
||
|
<?php endif ?>
|
||
|
|
||
|
<?= $this->render('partials/comment/comments-header.phtml'); ?>
|
||
|
</div>
|
||
|
|
||
|
<div class="content object-command">
|
||
|
<?= $delCommentForm ?>
|
||
|
</div>
|