How-to Install TYPO3 Template. Part 2
Let’s finish the previous TYPO3 Tutorial on how-to install TYPO3 Template.
Changing Header Banner
In the config.txt file, type the path to the header banner:
# Changing Header Banner
temp.toppic = IMAGE
temp.toppic (
file = fileadmin / data / banners / banner.jpg
file.import.data = level media: -1, “slide”
file.import = uploads / media /
file.import.listNum = 0
file.import.override.field = media
)
As in our case, if no other picture is selected, the file banner.jpg is uploaded and shown at the page.











