[Added] extension
This commit is contained in:
parent
e61438f937
commit
dfd4367066
@ -20,6 +20,14 @@
|
|||||||
{{ actCategory.getShortDescription()|raw() }}
|
{{ actCategory.getShortDescription()|raw() }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% 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>
|
</div>
|
||||||
{% if actCategory.getIconUrl() %}
|
{% if actCategory.getIconUrl() %}
|
||||||
<div class="col-12 col-md-6 order-1 order-md-1 py-4">
|
<div class="col-12 col-md-6 order-1 order-md-1 py-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user