|
|
@@ -18,8 +18,8 @@
|
|
|
</f:else>
|
|
|
</f:if>
|
|
|
|
|
|
-<!--<v:variable.set value="{f:if(condition: settings.eventsLimit, then: settings.eventsLimit, else: '5')" name="eventsLimit"/>-->
|
|
|
-<v:variable.set value="5" name="eventsLimit"/>
|
|
|
+
|
|
|
+<v:variable.set value="{f:if(condition: settings.eventsLimit, then: '{settings.eventsLimit}', else: '5')}" name="eventsLimit"/>
|
|
|
|
|
|
<section class="mt-50 events">
|
|
|
<div class="container">
|
|
|
@@ -33,7 +33,6 @@
|
|
|
fromChildren="{fromChildren}">
|
|
|
|
|
|
<f:if condition="{eventsCollection.totalItems} > 0 || {showEmpty}">
|
|
|
-
|
|
|
<div class="col-lg-12 col-md-12">
|
|
|
<div class="text-center">
|
|
|
<f:if condition="{fromParents}">
|