- string $style: They new default module style to be used in the modules() function.
Example:
<?php modules('test1'); setDefaultModuleStyle('xhtml'); modules('test2'); ?>
In the above example, the "test1" module position loads with the "raw" module chrome style, and the "test2" module position loads with the "xhtml" module style.
