[-] MO : carriercompare fixed bug, override template's files in theme. Ticket #PNM-1691
This commit is contained in:
@@ -72,7 +72,7 @@ class CarrierCompare extends Module
|
||||
$this->postProcess();
|
||||
|
||||
$this->smarty->assign('refresh_method', Configuration::get('SE_RERESH_METHOD'));
|
||||
return $this->smarty->fetch($this->template_directory .'configuration.tpl');
|
||||
return $this->display(__FILE__, 'template/configuration.tpl');
|
||||
}
|
||||
|
||||
public function postProcess()
|
||||
@@ -155,7 +155,7 @@ class CarrierCompare extends Module
|
||||
'refresh_method' => ($refresh_method === false) ? 0 : $refresh_method
|
||||
));
|
||||
|
||||
return $this->smarty->fetch($this->template_directory.'carriercompare.tpl');
|
||||
return $this->display(__FILE__, 'template/carriercompare.tpl');
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user