summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_theme_options.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/admin_theme_options.html.php')
-rw-r--r--modules/gallery/views/admin_theme_options.html.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_theme_options.html.php b/modules/gallery/views/admin_theme_options.html.php
new file mode 100644
index 0000000..e452913
--- /dev/null
+++ b/modules/gallery/views/admin_theme_options.html.php
@@ -0,0 +1,7 @@
+<?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>