hi, how to add new module position on homepage template creative joomla.
because i think it's same with other joomla, reality is not same. i'm never using joomla frameworks.
<?php if($this->API->modules('myposition')) : ?>
<div>
<jdoc:include type="modules" name="myposition" style="<?php echo $this->module_styles['myposition']; ?>" />
</div>
<?php endif; ?>