[-] BO : Bug fix #PSTEST-1014 #PSTEST-966 - Wrong call of smarty translation function

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14041 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2012-03-12 14:50:14 +00:00
parent 418e43154f
commit b542939c9f
5 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -662,7 +662,7 @@ class BlockCms extends Module
public function displayBlockCMS($column)
{
$cms_titles = BlockCMSModel::getCMSTitles($column);
print_r($cms_titles);
$this->smarty->assign(array(
'block' => 1,
'cms_titles' => $cms_titles,