From ab00c52430610633768cf3d856f105cad0f52e9d Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 3 Sep 2014 09:02:07 +0000 Subject: feature 3133: add colorscheme parameter for themes. This way we can use the appropriate CSS for selectize (and other things) git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/clear/themeconf.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/clear') diff --git a/themes/clear/themeconf.inc.php b/themes/clear/themeconf.inc.php index f7387c2f7..df9aaf73f 100644 --- a/themes/clear/themeconf.inc.php +++ b/themes/clear/themeconf.inc.php @@ -10,5 +10,6 @@ Author URI: http://piwigo.org $themeconf = array( 'name' => 'clear', 'parent' => 'default', + 'colorscheme' => 'clear', ); ?> -- cgit v1.2.3