summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
Diffstat (limited to 'core/views')
-rw-r--r--core/views/admin_theme_details.html.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/views/admin_theme_details.html.php b/core/views/admin_theme_details.html.php
new file mode 100644
index 00000000..eb450b16
--- /dev/null
+++ b/core/views/admin_theme_details.html.php
@@ -0,0 +1,6 @@
+<?php defined("SYSPATH") or die("No direct script access.") ?>
+<div id="gAdminThemeDetails">
+ <h1> <?= t("Theme Details") ?> </h1>
+
+ <?= $form ?>
+</div>