frankyonnetti
7/7/2013 - 8:39 PM

#drupal 7 add image path to tpl file

Drupal 7 - add image path to tpl file #drupal #d7

<?php
  print file_create_url($node->field_bg_img['und'][0]['uri']); 
?>

<?php
  dpm($content);
  dpm(file_create_url($content['field_image'][0]['#item']['uri']));
?>