wp/wp-content/themes/IN-MOTION-package-u1/in-motion/single-portfolio.php
changeset 1 f6eb5a861d2f
parent 0 d970ebf37754
--- a/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/single-portfolio.php	Wed Nov 06 03:21:17 2013 +0000
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/single-portfolio.php	Thu Nov 07 00:08:07 2013 +0000
@@ -131,7 +131,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=320&w=570&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=320&w=570&zc=1" title="" alt=""></a>
 										<?php
 										echo '</div>';
 								} //end foreach
@@ -145,4 +145,4 @@
 endwhile;
 ?>    
 
-                    
\ No newline at end of file
+