This post will be about how to setup a TYPO3 template, with the option to have a different image on top of each page.
I’m using TemplaVoila with a very simple setup. 3 fields – header image, menu and a content-element. The focus will be on the header image element, which in my case is mapped to a <div > and saved as the type “TypoScript Object Path” with an “Object Path” named “lib.headerimg“.
The next step is to setup the template to insert an image in the lib.headerimg. This is done by inserting to following into the Template Setup field:
lib.headerimg = IMAGE
lib.headerimg…
read on