That's a different approach for Joomla 1.5.x. You have to add the module position using the templateDetails.xml file. Here's an example.
<>
<>header< /position >
<>hornav< /position >
<>banner< /position >
<>left< /position >
<>right< /position >
<>top< /position >
<>king-position< /position > see this in action below.
<>ja-login< /position >
<>user1< /position >
<>user2< /position >
< /positions >
Please note, there is no space between <> tag.
This is a sample Joomla 1.5x script code:
< ?php if ($this->countModules('king-position')) : ? >
<><>include type="modules" name="king-position" style="xhtml" / >< /div >
< ?php endif; ? >
I hope this help, check out www.cmswebsite.com website.
0 Comments