summaryrefslogtreecommitdiff
path: root/core/views/admin_themes.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_themes.html.php')
-rw-r--r--core/views/admin_themes.html.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/views/admin_themes.html.php b/core/views/admin_themes.html.php
index e6475b45..c9e62983 100644
--- a/core/views/admin_themes.html.php
+++ b/core/views/admin_themes.html.php
@@ -25,6 +25,8 @@
</tr></tbody></table>
<input type="submit" value="<?= t("Save") ?>"/>
</form>
- <div id="gThemeDetails"></div>
+ <div id="gThemeDetails">
+ <?= $themes[$active]->details ?>
+ </div>
</div>