From 1cf1afc4f4a81712ffde8e5471e51e89eac81227 Mon Sep 17 00:00:00 2001 From: fSerny Date: Mon, 12 Mar 2012 14:58:44 +0000 Subject: [PATCH] // Removing debug ^^' git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14044 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockcms/blockcms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blockcms/blockcms.php b/modules/blockcms/blockcms.php index 103cd6f13..23b42b87b 100755 --- a/modules/blockcms/blockcms.php +++ b/modules/blockcms/blockcms.php @@ -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,