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
This commit is contained in:
plegall
2014-09-03 09:02:07 +00:00
parent 9639897ae0
commit ab00c52430
15 changed files with 20 additions and 18 deletions
+1
View File
@@ -10,5 +10,6 @@ Author URI: http://piwigo.org
$themeconf = array(
'name' => 'clear',
'parent' => 'default',
'colorscheme' => 'clear',
);
?>
+1 -1
View File
@@ -4,7 +4,7 @@
*}
{combine_script id='jquery.selectize' load='footer' path='themes/default/js/plugins/selectize.min.js'}
{combine_css id='jquery.selectize' path="themes/default/js/plugins/selectize.dark.css"}
{combine_css id='jquery.selectize' path="themes/default/js/plugins/selectize.{$themeconf.colorscheme}.css"}
{footer_script}
jQuery(document).ready(function() {