[-] MO : Fix url for contact page

This commit is contained in:
vSchoener
2012-01-11 15:46:20 +00:00
parent b2aee7ade6
commit 99fc1aa711
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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');
}