[-] MO : Fix url for contact page

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12361 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2012-01-11 15:46:20 +00:00
parent d8ff3c5b34
commit 78737aec07
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');
}