force_compile = true; $smarty->compile_dir = SMARTY_COMPILE_DIRECTORY; $smarty->template_dir = "../templates"; $smarty->assign("authority_name", "Rochford District Council"); $smarty->assign("authority_short_name", "Rochford"); if (sizeof($applications) > 0){ $smarty->assign("applications", $applications); } $smarty->display("xml.tpl"); ?>