Which of the popular templating systems (e.g. PHLib, FastTemplate,
Smarty) allow you to setup conditions in your templates, for example:
<-- IF Variable=value -->
this HTML
<-- ELSEIF Variable=value -->
this HTML
<-- ENDIF Variable=value -->
--Bruce
Smarty) allow you to setup conditions in your templates, for example:
<-- IF Variable=value -->
this HTML
<-- ELSEIF Variable=value -->
this HTML
<-- ENDIF Variable=value -->
--Bruce
Comment