This commit is contained in:
sThiebaut
2011-12-05 17:22:04 +00:00
parent f9bf395ba5
commit d1e09d2a6f
10 changed files with 52 additions and 48 deletions
+1
View File
@@ -72,6 +72,7 @@ class sendToAFriend extends Module
Context::getContext()->smarty->assign(array(
'stf_id_product' => (int)Tools::getValue('id_product'),
'stf_product' => new Product((int)Tools::getValue('id_product'), false, $this->context->language->id),
'stf_product_link' => $productLink,
'stf_product_cover' => (int)Tools::getValue('id_product').'-'.(int)$image['id_image'],
'stf_secure_key' => $this->secure_key,