[-] FO : fixed bug #PSCFV-4611
This commit is contained in:
@@ -65,7 +65,7 @@ $('document').ready(function(){
|
||||
<div id="send_friend_form">
|
||||
<h2 class="title">{l s='Send to a friend' mod='sendtoafriend'}</h2>
|
||||
<div class="product clearfix">
|
||||
<img src="{$link->getImageLink($stf_product->link_rewrite, $stf_product_cover, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$stf_product->name|escape:html:'UTF-8'}" />
|
||||
<img src="{$link->getImageLink($stf_product->link_rewrite, $stf_product_cover, 'home_default')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$stf_product->name|escape:html:'UTF-8'}" />
|
||||
<div class="product_desc">
|
||||
<p class="product_name"><strong>{$stf_product->name}</strong></p>
|
||||
{$stf_product->description_short}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
<form method="post" action="{$request_uri}" class="std">
|
||||
<fieldset>
|
||||
<div class="product clearfix">
|
||||
<a href="{$productLink}" class="img_link"><img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'small')}" alt="" title="{$cover.legend}" /></a>
|
||||
<a href="{$productLink}" class="img_link"><img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'small_default')}" alt="" title="{$cover.legend}" /></a>
|
||||
<a href="{$productLink}" class="product_desc"><br />{$product->name}</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user