Module (tc default)
Get only featured item (controlled by a variable)
Get only featured rooms, get only featured offers, etc...
is_featured=0
<- show featured + not featured
is_featured=1
<- show only featured
is_featured=-1
<- show only not featured
<!-- #$variable|is_featured$# is a variable type "switch"
and label "Show only featured offers"
-->
#$loop|{room,[is_featured=#$variable|is_featured$#]}|{a}| $#
{a.name}
#$/loop|{room,[is_featured=#$variable|is_featured$#]}|{a}| $#
Last updated