// Move controller templates to subfolder controllers/

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12287 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-09 17:23:42 +00:00
parent 2204ae9d2a
commit 84035510b5
168 changed files with 190 additions and 132 deletions
@@ -171,7 +171,7 @@ class AdminRequestSqlControllerCore extends AdminController
*/
public function displayExportLink($token, $id)
{
$tpl = $this->context->smarty->createTemplate('request_sql/list_action_export.tpl');
$tpl = $this->createTemplate('list_action_export.tpl');
$tpl->assign(array(
'href' => self::$currentIndex.'&token='.$this->token.'&'.$this->identifier.'='.$id.'&export'.$this->table.'=1',