[+] BO : new display of payment modules in payment tab
This commit is contained in:
@@ -350,6 +350,16 @@ class HelperCore
|
||||
|
||||
return $tpl->fetch();
|
||||
}
|
||||
|
||||
public function renderModulesList($modules_list)
|
||||
{
|
||||
$this->tpl_vars = array('modules_list' => $modules_list);
|
||||
|
||||
$tpl = $this->createTemplate('helpers/modules_list/list.tpl');
|
||||
$tpl->assign($this->tpl_vars);
|
||||
|
||||
return $tpl->fetch();
|
||||
}
|
||||
|
||||
public static function renderShopList()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user