wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions/shortcodes.php
changeset 1 f6eb5a861d2f
parent 0 d970ebf37754
--- a/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions/shortcodes.php	Wed Nov 06 03:21:17 2013 +0000
+++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions/shortcodes.php	Thu Nov 07 00:08:07 2013 +0000
@@ -221,7 +221,7 @@
 	   'height' => ''
 	), $atts ) );
 	  
-	return '<img src="'.get_bloginfo('template_url').'/scripts/timthumb.php?src='.$src.'&h='.$height.'&w='.$width.'&zc=1" alt="'.$alt.'" title="" />';  
+	return '<img src="'.get_bloginfo('template_url').'/scripts/timthumb.php?src='.get_image_path($src).'&h='.$height.'&w='.$width.'&zc=1" alt="'.$alt.'" title="" />';  
 
 }
 
@@ -323,4 +323,4 @@
 }
 add_shortcode('list_li', 'list_li');
 
-?>
\ No newline at end of file
+?>