I added a new field "mood" (image) to the page content type. Is there any way to access the image stored in this field in the page.tpl.php?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Should be
|
|||||||||||||
|
|
There is a new "field_get_items()" function in drupal 7. The $node variable should already be defined in page.tpl so the first line may not be required. This will get the field in the appropriate language. There is also an optional parameter to specify the desired language if needed.
reference: http://api.drupal.org/api/drupal/modules--field--field.module/function/field_get_items/7 |
|||
protected by Community♦ Oct 7 '11 at 20:59
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.