require_once 'HTML/Template/IT.php';
void IntegratedTemplate::setVariable (mixed $placeholder [, mixed $variable = ""])
void IntegratedTemplate::setVariable
Set the value of a variable in the current template block
mixed $placeholder - name of the placeholder to substitute or a array with the placeholder as key and the data to assign as value.
mixed $variable - if $placeholder is not a array, the value to assign to the placeholder.
This function can not be called statically.