wp/wp-content/themes/IN-MOTION-package-u1/in-motion/single.php
changeset 1 f6eb5a861d2f
parent 0 d970ebf37754
--- a/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/single.php	Wed Nov 06 03:21:17 2013 +0000
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/single.php	Thu Nov 07 00:08:07 2013 +0000
@@ -52,7 +52,7 @@
 										$full_img_url = wp_get_attachment_url($attachment->ID);
 										echo '<div class="slide">';
 										?>
-										<a href="#"><img src="<?php echo get_template_directory_uri(); ?>/scripts/timthumb.php?src=<?php echo $full_img_url; ?>&h=350&w=640&zc=1" title="" alt=""></a>
+										<a href="#"><img src="<?php echo get_template_directory_uri(); ?>/scripts/timthumb.php?src=<?php echo get_image_path($full_img_url); ?>&h=350&w=640&zc=1" title="" alt=""></a>
 										<?php
 										echo '</div>';
 								} //end foreach
@@ -128,4 +128,4 @@
 		</div>
 	</div>
 </div>
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); ?>