Drupal- Get Imagecache Photos


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <p><?php print $node->field_test_image02[0]['title']; ?></h1>
  2. <? print theme('imagecache', 'sidebar_image', $field_test_image02[0]['filepath'], $alt, $title); ?>
  3. <p><?php print $node->field_test_image02[0]['image_description']; ?></p>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.