Files
gallery3/modules/gallery/views/admin_theme_options.html.php

9 lines
179 B
PHP
Raw Normal View History

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="g-block">
<h1> <?= t($title) ?> </h1>
<div class="g-block-content">
<?= $form ?>
</div>
</div>