diff --git a/modules/blockcms/blockcms.php b/modules/blockcms/blockcms.php index c40c534ad..57f5cca4b 100755 --- a/modules/blockcms/blockcms.php +++ b/modules/blockcms/blockcms.php @@ -828,6 +828,7 @@ class BlockCms extends Module $this->smarty->assign(array( 'block' => 1, 'cms_titles' => $cms_titles, + 'contact_url' => (_PS_VERSION_ >= 1.5) ? 'contact' : 'contact-form' )); return $this->display(__FILE__, 'blockcms.tpl'); } diff --git a/modules/blockcms/blockcms.tpl b/modules/blockcms/blockcms.tpl index 5b0d132ea..aae6f6568 100755 --- a/modules/blockcms/blockcms.tpl +++ b/modules/blockcms/blockcms.tpl @@ -52,7 +52,7 @@