December 24, 2008

How do i call a Module in joomla 1.5

How do i call Module in Joomla 1.5
It is very simple:

<jdoc:include type="modules" name="user4" style="none"/>


Here name is the Module Position
We got three styles
1. None(Plain code will be displayed)
2. Table(Module will be in a table)
3. xhtml( Module will be displayed in a div)
4. there is a extra one called as Rounded(There will be rounded border around the module) it works with only basic template like ruk_milkyway...

Just paste this code in the index.php you will get your module.