Sunday 20 August 2006 2:55:02 am
Hi, your snippet is basically the same as:
{if $use_template_search}
...
{/if}
{section} is in fact deprecated, so you should use the code above (allthough it still works). The meaning of this snippet is simply: execute this code only, if the variable $use_template_seach is set (in this case true()).
|