diff --git a/docs/scrapers/hammersmithandfulham.php b/docs/scrapers/hammersmithandfulham.php new file mode 100644 index 0000000..5874f1f --- /dev/null +++ b/docs/scrapers/hammersmithandfulham.php @@ -0,0 +1,50 @@ +force_compile = true; + $smarty->compile_dir = SMARTY_COMPILE_DIRECTORY; + $smarty->template_dir = "../templates"; + $smarty->assign("authority_name", "The London Borough of Hammersmith and Fulham"); + $smarty->assign("authority_short_name", "Hammersmith and Fulham"); + + if (sizeof($applications) > 0){ + $smarty->assign("applications", $applications); + } + + $smarty->display("xml.tpl"); + +?> \ No newline at end of file