diff -r f507feede89a -r 09a1c134465b web/wp-content/plugins/pik-slider/pik-slider.php --- a/web/wp-content/plugins/pik-slider/pik-slider.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-content/plugins/pik-slider/pik-slider.php Wed Dec 19 17:46:52 2012 -0800 @@ -17,6 +17,7 @@ /** * Initialise le carousel **/ + function pikslider_init(){ $labels = array( @@ -119,18 +120,22 @@ add_action('wp_footer','pikslider_script',30); // HTML $slides = new WP_query('post_type=slide&posts_per_page=100'); + ?>