?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/themes/stomp/templates/catalog/listing/



?? Go up: /home/webdevt/www/schtroumpf.fr/themes/stomp/templates/catalog

?? Viewing: category.tpl

{*
* 2021 Anvanto
*
* NOTICE OF LICENSE
*
* This file is not open source! Each license that you purchased is only available for 1 wesite only.
* If you want to use this file on more websites (or projects), you need to purchase additional licenses.
* You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
*
*  @author Anvanto <anvantoco@gmail.com>
*  @copyright  2021 Anvanto
*  @license    Valid for 1 website (or project) for each purchase of license
*  International Registered Trademark & Property of Anvanto
*}
{extends file='catalog/listing/product-list.tpl'}

{block name='product_list_header'}

        <div class="block-category card card-block">
            <h1 class="h1">{$category.name}</h1>
            {if isset($category.image.bySize.category_default.url) AND ($category.image.bySize.category_default.url!='')}
                <img {if Module::isEnabled('an_theme') AND Module::getInstanceByName('an_theme')->getParam('categoryPage_showCategoryDescription')!='1'}class="hidden-sm-down"{/if} src="{$category.image.bySize.category_default.url}" alt="{$category.image.legend}">
            {/if}
            {if $category.description}
                <div id="category-description" class="text-muted {if Module::isEnabled('an_theme') AND Module::getInstanceByName('an_theme')->getParam('categoryPage_showCategoryDescription')!='1'}hidden-sm-down{/if}">
                    {$category.description nofilter}
                </div>
            {/if}
        </div>
{/block}


??

??