mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-08 22:19:08 -04:00
This reverts commit d66c496fb1.
Conflicts:
modules/gallery/helpers/theme.php
modules/gallery/views/admin_theme_options.html.php
themes/admin_wind/css/screen.css
8 lines
187 B
PHP
8 lines
187 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<div class="g-block">
|
|
<h1> <?= t("Theme options") ?> </h1>
|
|
<div class="g-block-content">
|
|
<?= $form ?>
|
|
</div>
|
|
</div>
|