Thank's a lot Marcus
I've found this in functions.php theme
wp_register_script( 'avia-default', AVIA_BASE_URL.'js/avia.js', array('jquery','avia-html5-video'), 1, false );
wp_register_script( 'avia-prettyPhoto', AVIA_BASE_URL.'js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.0.1", true);
wp_register_script( 'avia-html5-video', AVIA_BASE_URL.'js/projekktor/projekktor.min.js', 'jquery', "1", true);
wp_register_script( 'avia-slider', AVIA_BASE_URL.'js/aviaslider-dev.js', 'jquery', "2.5.2", true);
wp_register_script( 'aviacordion', AVIA_BASE_URL.'js/aviacordion-dev.js', 'jquery', "1.0.0", true);
wp_register_script( 'avia_fade_slider', AVIA_BASE_URL.'js/avia_fade_slider-dev.js', 'jquery', "1.0.0", true);
What am I supposed to do ?
Thank's a lot !
Isabelle