Showing posts with label smarty. Show all posts
Showing posts with label smarty. Show all posts

how to use in_array in smarty

in_array in smarty


{if $variable|in_array:[14, 15, 18]}

... Your code

{/if}


Or


in_array in smarty


{if $variable|in_array:$array}

... Your code

{/if}