R
Robert9
Guest
Code:
This works as long I have $forum;
but it does not work, when there is no forum.
How can I do an isset() in a template?
Continue reading...
Code:
<xf:if is="{{$forum.node_id}}">
do something
<xf:else />
do something
</xf:if>
This works as long I have $forum;
but it does not work, when there is no forum.
How can I do an isset() in a template?
Continue reading...