Can someone please explain this: "Content source IDs (required):"
<div class="inside"> <?php mosMainBody(); ?><?php mosLoadModules('banner_b', -2); ?> </div> </div>
Well I did it by adding adding a banner area to the bottom of the template html (okto) like this:Code: [Select] <div class="inside"> <?php mosMainBody(); ?><?php mosLoadModules('banner_b', -2); ?> </div> </div>
I use it like this: <?php elxLoadModule('mod_ucd'); ?>