function smarty_prefilter_aoForms($source, &$smarty)
{
    $forms = new Forms($source, $smarty);
    return $forms->processSource();
}