Need to add a new module position but what do this mean...
Posted 18 years 4 months ago
Need to add a new module position to a template but don't know what the -1, -2 numbers after the position mean.
e.g.
<?php mosLoadModules('inset', -1); ?>
<?php mosLoadModules('right', -2); ?>
How to determine what number I need to add or do I need to add a number at all and why are all numbers '- negative' at least in the templates I looked.?