Tuesday 2 December 2014

Print Image URL

   <h3><?php print $title;  ?></h3>
       
         <!-- <a class="pull-left"  href="#"> <img src="http://placehold.it/250x160" class="articleImg" title="Article"> </a> -->
<img src="<?php echo file_create_url($node->field_image['und']['0']['uri']); ?>">
         
     <?php print render($page['content']); ?>

No comments:

Post a Comment