// PrestaShop normalisation

This commit is contained in:
nPellicari
2012-03-06 09:11:11 +00:00
parent 49e11a988d
commit 038a4e7770

View File

@@ -986,9 +986,8 @@ class FrontControllerCore extends Controller
$assign['tpl_file'] = basename($tpl_file, '.tpl');
if (isset($this->php_self))
$assign['controller_name'] = $this->php_self;
$this->context->smarty->assign($assign);
$this->template = $template;
}
}
}