Implementing Meteor Slideshow php code

Hi, I’m having some trouble making this work…

[php]

<?php if ( function_exists( 'meteor_slideshow' ) ) { if ( is_home() ) { meteor_slideshow( "home", "" ); } elseif ( is_page( 'bjornenvagen-15-2' ) ) { meteor_slideshow( "bjornenvagen-15-2", "" ); } elseif ( is_page( 'ovrig-information' ) ) { meteor_slideshow( "ovrig-information", "" ); } else { // Add a default slideshow or image here }[/php] This is the code i have in my header. And with Meteor Slideshow it's supposed to show different slideshows depending on the slug. The site is zwebdesign.se/husiare/ with the slugs zwebdesign.se/husiare/ovrig-information zwebdesign.se/husiare/bjornenvagen-15-2 I can't get it working somehow. Not an experienced coder so please help a brother out:)
Sponsor our Newsletter | Privacy Policy | Terms of Service