Add Mod Position Next to Header 1 ???

Unique Joomla 1.5 template with powerful navigation and stunning design discussion forum
GK User
Thu Feb 24, 2011 1:56 pm
How do I add a mod position to header 1? I know its in the index.php but I don't exactly know the proper code, I know i need to do it in the temp.xml, but do not know the proper code Thanks for your help!
User avatar
Junior Boarder

GK User
Thu Feb 24, 2011 11:55 pm
The new position you can add exactly the same like other in this template. Fist of all you need to add new position in templateDetails.xml -
Code: Select all
<position>yourPosition</position>

Next in file index.php in place where you want to load this position you need to paste this code :
Code: Select all
<?php if ($this->countModules('yourPosition')) : ?>
<div class="yourPositionClass">
 <jdoc:include type="modules" name="yourPosition" style="gavickpro" />
</div>
<?php endif; ?>
User avatar
Platinum Boarder

GK User
Fri Feb 25, 2011 1:27 am
OK I want it to the right of header 1 sorry left that out! :-(
User avatar
Junior Boarder


cron