mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
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:
@@ -10,5 +10,6 @@ Author URI: http://piwigo.org
|
||||
$themeconf = array(
|
||||
'name' => 'clear',
|
||||
'parent' => 'default',
|
||||
'colorscheme' => 'clear',
|
||||
);
|
||||
?>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user