From e5f3b9dbc33c294bf9e23b8e3d570777e22da1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaillard?= Date: Thu, 12 Jul 2012 21:11:48 +0000 Subject: [PATCH] [-] MO : #PNM-293 : Block CMS bug fix (contact url) --- modules/blockcms/blockcms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/blockcms/blockcms.php b/modules/blockcms/blockcms.php index 17968b931..701d5fb95 100755 --- a/modules/blockcms/blockcms.php +++ b/modules/blockcms/blockcms.php @@ -687,6 +687,7 @@ class BlockCms extends Module $this->smarty->assign( array( 'block' => 0, + 'contact_url' => 'contact', 'cmslinks' => $cms_titles, 'display_stores_footer' => $display_footer, 'display_poweredby' => ((int)$display_poweredby === 1 || $display_poweredby === false),