wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions/shortcodes.php
changeset 1 f6eb5a861d2f
parent 0 d970ebf37754
equal deleted inserted replaced
0:d970ebf37754 1:f6eb5a861d2f
   219 		'alt' => '',
   219 		'alt' => '',
   220 		'width' => '',
   220 		'width' => '',
   221 	   'height' => ''
   221 	   'height' => ''
   222 	), $atts ) );
   222 	), $atts ) );
   223 	  
   223 	  
   224 	return '<img src="'.get_bloginfo('template_url').'/scripts/timthumb.php?src='.$src.'&h='.$height.'&w='.$width.'&zc=1" alt="'.$alt.'" title="" />';  
   224 	return '<img src="'.get_bloginfo('template_url').'/scripts/timthumb.php?src='.get_image_path($src).'&h='.$height.'&w='.$width.'&zc=1" alt="'.$alt.'" title="" />';  
   225 
   225 
   226 }
   226 }
   227 
   227 
   228 add_shortcode('custom_image', 'custom_image');
   228 add_shortcode('custom_image', 'custom_image');
   229 
   229