{if:variable}

{if:variable} -- creates a PHP if statement

Synopsis

Usage ({if:variable}, {if:method()})

Description

creates a if statement, with the argument as a variable or method. You must close and if statement with and {end:} statement, and you may use {else:} with it.

Example