I am trying to make a custom contact form page.
I have the header and footer included in a page called contact.php which resides in the main root directroy (along with application.php, index.php etc.).
It works, and the header and footer with the right links show up, and it picks up the css file fine.
The only thing that doesn't work is the title loads up as: <%title%>.
I tried adding $title = $titles["2016"]; to the code in contact.php, and adding the actual value of the title in titles.inc.php, but that didn't work.
Any ideas on how to add a custom title to a custom page?


