// Set again this_path in Cheque module instead of cheque_path

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12408 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-01-13 13:52:21 +00:00
parent 6699733ec6
commit 4ce3b043cb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -107,8 +107,8 @@ class ModuleChequeController extends ModuleController
'isoCode' => $this->context->language->iso_code,
'chequeName' => $this->module->chequeName,
'chequeAddress' => Tools::nl2br($this->module->address),
'cheque_path' => $this->module->getPathUri(),
'cheque_path_ssl' => Tools::getShopDomainSsl(true, true).__PS_BASE_URI__.'modules/'.$this->module->name.'/'
'this_path' => $this->module->getPathUri(),
'this_path_ssl' => Tools::getShopDomainSsl(true, true).__PS_BASE_URI__.'modules/'.$this->module->name.'/'
));
$this->setTemplate('payment_execution.tpl');
+1 -1
View File
@@ -39,7 +39,7 @@
<h3>{l s='Cheque payment' mod='cheque'}</h3>
<form action="{$link->getModuleLink('cheque', 'validation', true)}" method="post">
<p>
<img src="{$cheque_path}cheque.jpg" alt="{l s='cheque' mod='cheque'}" width="86" height="49" style="float:left; margin: 0px 10px 5px 0px;" />
<img src="{$this_path}cheque.jpg" alt="{l s='cheque' mod='cheque'}" width="86" height="49" style="float:left; margin: 0px 10px 5px 0px;" />
{l s='You have chosen to pay by cheque.' mod='cheque'}
<br/><br />
{l s='Here is a short summary of your order:' mod='cheque'}