node-section.tpl.php
modules/event/event.theme:theme_event_nodeapi
An Overview page groups a number of related nodes together. They are mostly used for grouping together the various parts of a project (such as events, workshop and other information).
Each Overview page needs to be tagged with exactly one tag from the “name_of_activity” vocabulary. This tag determines where it will appear on the website. If the tag you choose is a child of another tag, the Overview page will appear in the list of “related projects” in the overview page with the parent tag.
If the Overview page has no parents, it will appear in the relevant Section page based on its “type_of_activity” tag.
Before creating an Overview page with a particular tag, you should do a search to check there isn't already a page with the same tag. If there is, you should edit that one instead, or delete it.
for an overview page, the striking image is pulled randomly from all images that have the same name_of_activity tag, and the image_placement tag “striking”. the overview images (small thumbnails) are pulled randomly from all images that have the same name_of_activity tag, and the image_placement tag “overview”.
for a section page, the striking image is pulled randomly from all images that have the same type_of_activity tag and the image_placement tag “striking”. the overview images are pulled randomly from all images that have the same type_of_activity tag, and the image_placement tag “overview”.
the images link to the gallery with the same name as the name_of_activity tag (that is, not the same tag, but the image gallery tag that has the same spelling).
the images link to the image gallery that the image comes from.