In the template or any other place in the Joomla! Components code where you wish to display the module permanently place the following PHP code

jimport('joomla.application.module.helper'); //Importing the Module helper
$module = & JModuleHelper::getModule('mod_name');
echo JModuleHelper::renderModule($module); //rendering the module

Replace mod_name with your module’s name