- string $position: The name of the module position to be loaded.
- string $style: (Optional) The name of the module chrome style to be used to render modules in the position.
- string $preHtml: (Optional) A string that gets added to the markup before the position is loaded. This can be any HTML string. This string only renders if the position has modules.
- string $postHtml: (Optional) A string that gets added to the markup after the position is loaded. This can be any HTML string. This string only renders if the position has modules.
- array $attribs: (Optional) An array of attributes to be passed to each module in the position.
Example:
<?php modules('left', 'xhtml', '<div id="leftmoduleposition">', '</div>'); ?>
