mcatze
Well-known member
I try to make an template modification with some conditional statements. But this is not the normal way like <xen:if is=""></xen:if>
It is in classes or data in the templates (i don't know how to explain), like..
{xen:if {$xenOptions.itm_ctSSB_enable_sharePage.ctSSB_Info}, ',"info"'}
This one is ok, but i need another condition. It should look like..
{xen:if {$xenOptions.itm_ctSSB_enable_sharePage.ctSSB_Info} AND {$xenOptions.itm_ctSSB_infoURL}, ',"info"'}
And this does not work ..
Can anyone help me find the mistake?
It is in classes or data in the templates (i don't know how to explain), like..
{xen:if {$xenOptions.itm_ctSSB_enable_sharePage.ctSSB_Info}, ',"info"'}
This one is ok, but i need another condition. It should look like..
{xen:if {$xenOptions.itm_ctSSB_enable_sharePage.ctSSB_Info} AND {$xenOptions.itm_ctSSB_infoURL}, ',"info"'}
And this does not work ..
Can anyone help me find the mistake?