// Context part 28

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7814 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-07-29 15:06:20 +00:00
parent 5d090a25b3
commit b3b7dd32bf
3 changed files with 13 additions and 27 deletions
+1 -2
View File
@@ -84,9 +84,8 @@ class Reverso extends Module
public function hookCreateAccountTop($params)
{
global $smarty;
$tag = '<img src='.(Configuration::get('PS_SSL_ENABLED') ? 'https://' : 'http://').'api.reversoform.com/includes/'.(Configuration::get('PS_SSL_ENABLED') ? 'www.reversoform.com/' : '').'js/trans.giff?d='.date('U').' with="0" height="0" />';
$smarty->assign(array('reverso_tag' => $tag));
$this->context->smarty->assign(array('reverso_tag' => $tag));
return $this->display(__FILE__, 'reverso.tpl');
}