@@ -9,7 +9,6 @@ |
||
9 | 9 | use Ffcms\Core\Exception\JsonException; |
10 | 10 | use Ffcms\Core\Helper\Date; |
11 | 11 | use Ffcms\Core\Helper\Type\Str; |
12 | -use Ffcms\Core\Exception\ForbiddenException; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * Class CommentPostAdd. Model to parse and insert input comment post data. |
@@ -71,9 +71,12 @@ |
||
71 | 71 | <span><i class="fa fa-eye"></i><?= $model->views ?></span> |
72 | 72 | <?php endif ?> |
73 | 73 | </div> |
74 | - <?php else: ?> |
|
74 | + <?php else { |
|
75 | + : ?> |
|
75 | 76 | <hr /> |
76 | - <?php endif; ?> |
|
77 | + <?php endif; |
|
78 | +} |
|
79 | +?> |
|
77 | 80 | <?php if ($trash): ?> |
78 | 81 | <p class="alert alert-danger"><i class="fa fa-trash-o"></i> <?= __('This content is placed in trash') ?></p> |
79 | 82 | <?php endif; ?> |