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