diff --git a/templates/skin/developer-jquery/settings/config/config.php b/templates/skin/developer-jquery/settings/config/config.php new file mode 100644 index 00000000..9715cfe4 --- /dev/null +++ b/templates/skin/developer-jquery/settings/config/config.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/templates/skin/developer/settings/config/config.php b/templates/skin/developer/settings/config/config.php index 63fee21b..634a2575 100644 --- a/templates/skin/developer/settings/config/config.php +++ b/templates/skin/developer/settings/config/config.php @@ -29,6 +29,8 @@ $config['head']['default']['css'] = array( "___path.static.skin___/css/autocompleter.css", "___path.static.skin___/css/vlacal.css", ); +$config['skin']['lib']['mootools'] = true; +$config['skin']['lib']['jshttprequest'] = true; return $config; ?> \ No newline at end of file diff --git a/templates/skin/new-jquery/settings/config/config.php b/templates/skin/new-jquery/settings/config/config.php new file mode 100644 index 00000000..9715cfe4 --- /dev/null +++ b/templates/skin/new-jquery/settings/config/config.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/templates/skin/new/settings/config/config.php b/templates/skin/new/settings/config/config.php index 240a540f..71f25887 100644 --- a/templates/skin/new/settings/config/config.php +++ b/templates/skin/new/settings/config/config.php @@ -38,6 +38,8 @@ $config['head']['default']['css'] = array( "___path.static.skin___/css/ie7.css?v=1"=>array('browser'=>'gte IE 7'), "___path.static.skin___/css/simple_comments.css"=>array('browser'=>'gt IE 6'), ); +$config['skin']['lib']['mootools'] = true; +$config['skin']['lib']['jshttprequest'] = true; return $config; ?> \ No newline at end of file