2grosiek7 Posted October 2, 2013 Share Posted October 2, 2013 Witam, jest jakis sposób na wyłączenie miniaturek przy linkach prowadzących do podkategorii na stronie kategorii? Link to comment Share on other sites More sharing options...
0 vekia Posted October 2, 2013 Share Posted October 2, 2013 themes/category.tpl <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> powyższy kod odpowiedzialny jest za miniaturki subkategorii - wystarczy go usunąć / zakomentować Link to comment Share on other sites More sharing options...
Question
2grosiek7
Witam,
jest jakis sposób na wyłączenie miniaturek przy linkach prowadzących do podkategorii na stronie kategorii?
Link to comment
Share on other sites
1 answer to this question
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