equal
deleted
inserted
replaced
129 |
129 |
130 foreach($attachments as $att_id => $attachment) { |
130 foreach($attachments as $att_id => $attachment) { |
131 $full_img_url = wp_get_attachment_url($attachment->ID); |
131 $full_img_url = wp_get_attachment_url($attachment->ID); |
132 echo '<div class="slide">'; |
132 echo '<div class="slide">'; |
133 ?> |
133 ?> |
134 <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> |
134 <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> |
135 <?php |
135 <?php |
136 echo '</div>'; |
136 echo '</div>'; |
137 } //end foreach |
137 } //end foreach |
138 echo '</div>'; |
138 echo '</div>'; |
139 echo '</div>'; |
139 echo '</div>'; |