[Added] extension
This commit is contained in:
parent
e61438f937
commit
dfd4367066
@ -20,6 +20,14 @@
|
||||
{{ actCategory.getShortDescription()|raw() }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if actCategory.oxcategories__oxlongdesc.value and oPageNavigation.actPage == 1 %}
|
||||
{% block d3_page_list_long_desc %}
|
||||
<div id="d3catLongDescLocator" class="categoryDescription">
|
||||
{{ include(template_from_string(actCategory.oxcategories__oxlongdesc)) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% if actCategory.getIconUrl() %}
|
||||
<div class="col-12 col-md-6 order-1 order-md-1 py-4">
|
||||
|
Loading…
x
Reference in New Issue
Block a user