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 --- admin/themes/clear/themeconf.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/themes/clear') diff --git a/admin/themes/clear/themeconf.inc.php b/admin/themes/clear/themeconf.inc.php index a73ebbcec..4b6ccff47 100644 --- a/admin/themes/clear/themeconf.inc.php +++ b/admin/themes/clear/themeconf.inc.php @@ -3,5 +3,6 @@ $themeconf = array( 'name' => 'clear', 'parent' => 'default', 'admin_icon_dir' => 'admin/themes/clear/icon', + 'colorscheme' => 'clear', ); ?> -- cgit v1.2.3