1、
1 | <?php print render($content['field_image']); ?> |
2、
1 2 3 | <?php print theme('image_style', array('path' => $node->field_image['und'][0]['uri'], 'style_name' => [STYLE NAME])); ?> |
3、
1 | <img src="<?php print image_style_url($style, $img_url) ?>> |