Documentation
Function Reference
Smarty
Usage:
void Smarty(void);Description:
Smarty() initializes a
Smarty object, sets the paths to its libraries and configuration files, creates
a Smarty object with the reserved variable $smarty,
and makes $config available to
Smarty templates. A page needs only one Smarty()
call, best placed at the top under the include to common.php
and a call to SQL().