Allan
Well-known member
Just to be sure, what is the correct code?
or
and
or
Thank you for your help.
<xf:if is="{$xf.options.xfk_toolsbar_block2_link}">
or
<xf:if is="$xf.options.xfk_toolsbar_block2_link">
and
<xf:if is="{$xf.options.xfk_toolsbar_alert_enable_block2} && !{$_COOKIE.block2}">
or
<xf:if is="$xf.options.xfk_toolsbar_alert_enable_block2 && !$_COOKIE.block2">
Thank you for your help.