Move comment templates to a subfolder
This commit is contained in:
7
app/Template/comment/forbidden.php
Normal file
7
app/Template/comment/forbidden.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="page-header">
|
||||
<h2><?= t('Forbidden') ?></h2>
|
||||
</div>
|
||||
|
||||
<p class="alert alert-error">
|
||||
<?= t('Only administrators or the creator of the comment can access to this page.') ?>
|
||||
</p>
|
||||
Reference in New Issue
Block a user