Hi
Hoping someone can help. Need to understand how the header.html page gets pulled so i can define a different one for the homepage (index) as opposed to any other page. Is this possible?
Hi
Hoping someone can help. Need to understand how the header.html page gets pulled so i can define a different one for the homepage (index) as opposed to any other page. Is this possible?
It's a simple include so I'd think you could create your custom one, upload to the themes folder and change the title of the includes on the index page only.
To use a custom header on the index just change the following in index.html to your own filename
<%include file="header.html"