/ Published in: Other
Expand |
Embed | Plain Text
$file = field_file_load($node->website_logo_fid); $output .= "<p><img src=\"".$file['filepath']."\" alt=\"\" /></p>";
You need to login to post a comment.
daipratt on 01/21/10
3 people have marked this snippet as a favorite
$file = field_file_load($node->website_logo_fid); $output .= "<p><img src=\"".$file['filepath']."\" alt=\"\" /></p>";
You need to login to post a comment.