ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,688
- Points
- 823
Reputation:
I've the following in the template
HTML:
Read more
Continue reading...
HTML:
Code:
<div class="block">
<div class="block-container">
<div class="block-body">
<xf:datalist>
<xf:foreach loop="$events" value="$event">
<xf:datarow rowclass="dataList-row--noHover">
<xf:main href="{{ link('foo/bar/view', $event) }}" label="{$event.title}">
<xf:explain>...
Read more
Continue reading...