daniell Posted November 11, 2010 Share Posted November 11, 2010 Hi,First of all thanks for all the good information on this forum, it helped me a lot in several situations.I would like to change the Home Featured (i think) layoutThe theme in use is this Template TemporaryWanted to pass de area 1 to area 2 and 2 to 1I think i should use the homefeatured.tpl but can´t figure it outThe code is thisbig thanks in advance <!-- MODULE Home Featured Products --> {counter start=0 skip=1 print=false} <!--test begin --> <link href="{$content_dir}modules/homefeatured/style.css" rel="stylesheet" type="text/css" /> [removed][removed] [removed][removed] {if isset($products) AND $products} {foreach from=$products item=product name=homeFeaturedProducts} getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.name|escape:html:'UTF-8'}" /> {$product.name|escape:'htmlall':'UTF-8'} {$product.description|strip_tags|truncate:200:'...'} {/foreach} <!--Begin load thumbs --> {counter start=0 skip=1 print=false} {foreach from=$products item=product name=homeFeaturedProducts} getImageLink($product.link_rewrite, $product.id_image, 'medium')}" alt="{$product.name|escape:html:'UTF-8'}" /> {/foreach} <!--end load thumbs --> {else} {l s='No featured products' mod='homefeatured'} {/if} <!-- /MODULE Home Featured Products --> Obrigado. Link to comment Share on other sites More sharing options...
Patric Posted November 12, 2010 Share Posted November 12, 2010 Topic's title modified to comply with the forum's rules. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now