1 2 3 4 5 6 |
<?php $module = JModuleHelper::getModule('mod_glocator_search'); $attribs = array('layout' => 'search1'); $html = JModuleHelper::renderModule($module, $attribs); echo $html; ?> |
1 2 3 4 5 6 |
<?php $module = JModuleHelper::getModule('mod_glocator_search'); $attribs = array('layout' => 'search1'); $html = JModuleHelper::renderModule($module, $attribs); echo $html; ?> |