PawelJacekZ Posted May 23, 2014 Share Posted May 23, 2014 Witam Jak wyłączyć obrazki podkategorii.. Czy można zmienić format wyświetlania obrazków w podkategoriach... Pozdrawiam Link to comment Share on other sites More sharing options...
0 vekia Posted May 23, 2014 Share Posted May 23, 2014 category.tpl w katalogu z szablonem usuwamy kod: <div class="subcategory-image"><a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img"> {if $subcategory.id_image} <img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img class="replace-2x" src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> Link to comment Share on other sites More sharing options...
Question
PawelJacekZ
Witam
Jak wyłączyć obrazki podkategorii..
Czy można zmienić format wyświetlania obrazków w podkategoriach...
Pozdrawiam
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