XenForo
Administrative
- Thread starter
- Admin
- #1
I've the following in the template
HTML:
Read more
Read more about this Feed . . .
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
Read more about this Feed . . .