Greetings PHP coders.
Im using Integrated Template from PEAR on my site. At logon, if an error occurs, I would like to output it nicelly, using another HTML row, just over the login form. So,
{if some_condition}
<TR>
<TD>Formated error text</TD>
</TR>
<TR rest of HTML ...>
...
I browsed trhough the ITX doc, but there is nothing in there on how to use condition statments in template file. Result : The additionnal HTML row outputs, even if there is no error at logon.
Any pointers would be appreciated.
Fred.