I created a template on the Joomla 3.0.2 platform.The template is alright but I met an error: I can't add any module of Joomla to my template.Example, in file index.php I have a <div>
tag:
<div id="find"> </div>
I want include at this "Search" module, then I insert this code in tag div:
<jdoc:include type="modules" name="find" style="xhtml" />
Last, I update my templateDetails.xml:
<position> find </position>
But when I try to insert the "Search" module at the "find" position, it doesn't work, please help me fix this.