BassMan
Well-known member
Hi,
Is there any way to target all forum view template types with a single conditional?
Something like:
I've tried with
Thank you.
Is there any way to target all forum view template types with a single conditional?
Something like:
<xf:if is="$template =='forum_view'">
, but for all types (question, suggestion, ...).I've tried with
<xf:if is="$template =='forum_view*'">
and <xf:if is="$template =='forum_view_*'">
, but that's not right. Thank you.