Return to Snippet

Revision: 22763
at January 21, 2010 11:43 by daipratt


Initial Code
$file = field_file_load($node->website_logo_fid);
$output .= "<p><img src=\"".$file['filepath']."\" alt=\"\" /></p>";

Initial URL


Initial Description


Initial Title
Drupal - Get the image path of a CCK field from the fid

Initial Tags
drupal, theme

Initial Language
Other