| [Joomla Tutorial] How To Add New Module Position In Joomla 1.5 |
|
|
|
<?php if($this->countModules('syndicate')) : ?> The word "syndicate" is name of the module variable that available in every module setting in module manager which located in the "position" column. Joomla CMS developer has made some restriction in creating new module variable unlike version 1.0XX that you can add up to 50 variable but in version 1.5XX, it is limited to 26 variables which listed below.
So, you can insert up to 26 module position in your custom made template for Joomla Ver1.5XX. |



