Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 17, 2021 03:49
Show Gist options
  • Save frankyonnetti/5944724 to your computer and use it in GitHub Desktop.
Save frankyonnetti/5944724 to your computer and use it in GitHub Desktop.
Drupal 6 - print cck image_field path #drupal #d6
<img src="/<?php print $node->field_self_photo[0]['filepath'] ;?>" alt="<?php print $node->field_self_photo[0]['data']['alt'] ;?>" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment