// Move controller templates to subfolder controllers/

This commit is contained in:
tDidierjean
2012-01-09 17:23:42 +00:00
parent 14c9eec92a
commit e2dbac517f
168 changed files with 190 additions and 132 deletions

View File

@@ -524,7 +524,7 @@ class AdminCustomerThreadsControllerCore extends AdminController
private function displayMessage($message, $email = false, $id_employee = null)
{
$tpl = $this->context->smarty->createTemplate($this->tpl_folder.'message.tpl');
$tpl = $this->createTemplate('message.tpl');
$contacts = Contact::getContacts($this->context->language->id);