X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Fjquery_ui%2Fjqueryui_options_20.php;fp=www%2Fplugins%2Fauto%2Fjquery_ui%2Fjqueryui_options_20.php;h=21e37ea6e00596fe76c7348209646e19b3d0b10b;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hp=0000000000000000000000000000000000000000;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c;p=velocampus%2Fweb%2Fwww.git diff --git a/www/plugins/auto/jquery_ui/jqueryui_options_20.php b/www/plugins/auto/jquery_ui/jqueryui_options_20.php new file mode 100644 index 0000000..21e37ea --- /dev/null +++ b/www/plugins/auto/jquery_ui/jqueryui_options_20.php @@ -0,0 +1,28 @@ +'rep1','rep2'=>'rep2',...'no_css'=>'ne pas charger les CSS...') + * + */ +function jqueryui_array_themes() { + $Tthemes = array(); + if ($pointeur = opendir('../'._DIR_JQUERYUI_CSS)) { + while (false !== ($rep = readdir($pointeur))) { + if ($rep != "." AND $rep != ".." AND is_dir('../'._DIR_JQUERYUI_CSS.$rep)) { + $Tthemes[$rep] = $rep; + } + } + closedir($pointeur); + } + if(!defined('_JQUERYUI_FORCER_CSS')) + $Tthemes['no_css'] = _T('jqueryui:cfg_no_css'); + + return $Tthemes; +} + +?> \ No newline at end of file