mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-03-05 13:45:22 -05:00
comments only to registered users. It's simplistic, but is better than adding a permission since generally this setting will be used Gallery-wide. Fixes ticket #1002
8 lines
192 B
PHP
8 lines
192 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<div class="g-block">
|
|
<h1> <?= t("Comment settings") ?> </h1>
|
|
<div class="g-block-content">
|
|
<?= $form ?>
|
|
</div>
|
|
</div>
|