Hello,
I am new to Joomla and have a quick question.
When building a custom template do I just need to add:
<?php
if( mosCountModules( 'DESCRIPTIVE_TEXT' ) > 0 ) {
mosLoadModules( 'DESCRIPTIVE_TEXT', -### );
}
?>
wherever I want to have the option of sticking 'modules' so I can pick the area in the control panel?
Thanks