Hi,

I have created a content type with both city and province fields and would like to display them together (e.g. "Location: Vancouver, British Columbia").

I have created a field template override for the city field (in my Zen sub-theme) and would like to load the province field in this override. It seems like the node variable/object is not available inside of the field templates. I know the city field override is working because I have successfully changed the label of the city field from "City" to "Location" but do not know how to load the province field.

My installation is Drupal 6.6 with the latest Zen theme.

Any help would be greatly appreciated. Thanks very much.