From eb551708b58c07cb8f05db129a9747b6b2a00bda Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 26 Aug 2019 21:00:38 +0100 Subject: [PATCH] Fix theme gallery submission system --- module_index.json | 2 +- modules/feature-theme-gallery.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module_index.json b/module_index.json index 12887a8..4228a0c 100755 --- a/module_index.json +++ b/module_index.json @@ -155,7 +155,7 @@ "version": "0.1", "author": "Starbeamrainbowlabs", "description": "Adds a theme gallery page and optional automatic theme updates. Contacts a remote server, where IP addresses are stored in automatic server logs for security and attack mitigation purposes.", - "lastupdate": 1566833304, + "lastupdate": 1566849483, "optional": false, "extra_data": [] }, diff --git a/modules/feature-theme-gallery.php b/modules/feature-theme-gallery.php index 59894e4..bffed46 100644 --- a/modules/feature-theme-gallery.php +++ b/modules/feature-theme-gallery.php @@ -52,7 +52,8 @@ register_module([ $content = "

Theme Gallery

-
+ +
\n"; foreach($themes_available as $theme) { $selected = $theme->id == $settings->css_theme_gallery_selected_id ? " selected" : "";