Jump to content

Remove thumbnail from subcategory


Recommended Posts

Hi,

 

Remove those lines (l. 78 to l. 84) :

					<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>

Form your ./themes/[your_theme]/category.tpl file.

 

Regards

Edited by DevNet (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...