From 9d6ab8e70b815d8786bd1797d2fbc35db07af44c Mon Sep 17 00:00:00 2001 From: rGaillard Date: Tue, 22 Nov 2011 20:35:48 +0000 Subject: [PATCH] BlockContact update git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10473 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockcontact/blockcontact.php | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/modules/blockcontact/blockcontact.php b/modules/blockcontact/blockcontact.php index 97794e330..acc37f166 100644 --- a/modules/blockcontact/blockcontact.php +++ b/modules/blockcontact/blockcontact.php @@ -66,22 +66,19 @@ class blockcontact extends Module return '

'.$this->displayName.'

-
+
 
 
-
+
+ +
-
 
-
- Addons - '.$this->l('This module has been developped by PrestaShop and can only be sold through').' addons.prestashop.com.
- '.$this->l('Please report all bugs to').' addons@prestashop.com '.$this->l('or using our').' '.$this->l('contact form').'. -
'; + '; } public function hookRightColumn() @@ -95,4 +92,4 @@ class blockcontact extends Module return $this->display(__FILE__, 'blockcontact.tpl'); } } -?> \ No newline at end of file +?>