I have a template that initially did not have the header.php file and loaded the logo and navigation into the same div. However as I want these to be in two seperate divs I have placed the code from mainnav.php that controlled the logo display into a new header.php file. I also looked at other exisitng templates and their header and mainnav files and compared their code.
Also I have added <block name=”header” type=”header”></block> to my xml file, which from reading the documentation at http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Generate_additional_div should then mean that the code header.php file is used.
Is there something else that I am missing? As the ja-header div is never generated, which I believe means that the header.php file is not being used.
Thanks in advance for your help.