I want to combine these 2 conditionals:
<if condition="$show['threadslist']">
<if condition="$show['threads']">
I tried this but it didn't work:
<if condition="$show['threadslist']" and condition="$show['threads']">
Thanks in advance.
<if condition="$show['threadslist']">
<if condition="$show['threads']">
I tried this but it didn't work:
<if condition="$show['threadslist']" and condition="$show['threads']">
Thanks in advance.
Comment