diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPlugin/slideshow.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPlugin/slideshow.php Mon Nov 19 18:26:13 2012 +0100 @@ -0,0 +1,133 @@ +
+
+
+ 0): ?> + + + + + + + + + +
style="height: px;"> + > +

+

+
+
+ + + + + +
+ +
+
+ + + + ID, 'full'); + $imageSrc = ''; + if(!is_array($image) || !$image){ + if(!empty($attachment->guid)) + $imageSrc = $attachment->guid; + else + continue; + }else{ + $imageSrc = $image[0]; + } + ?> + + + + + + + +
+
+ +
+
+ + + +
+ + + +
+ Wordpress Slideshow +
+ +
+ +
+ + + + +
\ No newline at end of file