// Context part 28

This commit is contained in:
tDidierjean
2011-07-29 15:06:20 +00:00
parent 9213581a03
commit 55c1a0afeb
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');
}