wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions.php
changeset 7 cf61fcea0001
parent 1 f6eb5a861d2f
child 15 3d4e9c994f10
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
     7 	$themedir = get_template_directory_uri();
     7 	$themedir = get_template_directory_uri();
     8 		
     8 		
     9 	function my_scripts() {
     9 	function my_scripts() {
    10 		global $themedir;
    10 		global $themedir;
    11 		wp_enqueue_script('slides-min-jquery', $themedir . '/js/slides.min.jquery.js','','',true); 					
    11 		wp_enqueue_script('slides-min-jquery', $themedir . '/js/slides.min.jquery.js','','',true); 					
    12 		wp_enqueue_script('jquery-ui-min', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js','','',true);
    12 		wp_enqueue_script('jquery-ui-min', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js','','',true);
    13 		wp_enqueue_script('jquery-easing', $themedir . '/js/jquery.easing.1.3.js','','',true);
    13 		wp_enqueue_script('jquery-easing', $themedir . '/js/jquery.easing.1.3.js','','',true);
    14 		wp_enqueue_script('jquery-iconmenu', $themedir . '/js/jquery.iconmenu.js','','',true);		
    14 		wp_enqueue_script('jquery-iconmenu', $themedir . '/js/jquery.iconmenu.js','','',true);		
    15 		wp_enqueue_script('jquery-nav-min', $themedir . '/js/jquery.nav.min.js','','',true);						
    15 		wp_enqueue_script('jquery-nav-min', $themedir . '/js/jquery.nav.min.js','','',true);						
    16 		wp_enqueue_script('jquery-nav', $themedir . '/js/jquery.nav.js','','',true);									
    16 		wp_enqueue_script('jquery-nav', $themedir . '/js/jquery.nav.js','','',true);									
    17 		wp_enqueue_script('plugins', $themedir . '/js/plugins.js','','',true); 										
    17 		wp_enqueue_script('plugins', $themedir . '/js/plugins.js','','',true);