From 988038f5992499e3eeb47e6e95c482215485ee12 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 29 Sep 2019 15:42:48 +0100 Subject: [PATCH] Add link to theme gallery in master settings --- modules/feature-guiconfig.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/feature-guiconfig.php b/modules/feature-guiconfig.php index a41df47..9ebc95f 100644 --- a/modules/feature-guiconfig.php +++ b/modules/feature-guiconfig.php @@ -1,7 +1,7 @@ "Settings GUI", - "version" => "0.1.5", + "version" => "0.1.6", "author" => "Starbeamrainbowlabs", "description" => "The module everyone has been waiting for! Adds a web based gui that lets mods change the wiki settings.", "id" => "feature-guiconfig", @@ -38,6 +38,8 @@ register_module([ $content .= "

This page lets you configure $settings->sitename's master settings. Please be careful - you can break things easily on this page if you're not careful!

\n"; if(module_exists("feature-user-table")) $content .= "

Looking to manage $settings->sitename's users? Try the user table instead!

\n"; + if(module_exists("feature-theme-gallery")) + $content .= "

Want to change $settings->sitename's theme? Try the theme gallery! ($settings->sitename will make a HTTP request to fetch the theme gallery from a remote location)

"; $content .= "

You're currently running Pepperminty Wiki $version+" . substr($commit, 0, 7) . ".

\n"; $content .= "

Actions

";