From 4b731e01cba2ab76414c5c27f327d8168202da14 Mon Sep 17 00:00:00 2001 From: memespring Date: Mon, 3 Sep 2007 20:00:38 +0000 Subject: [PATCH] H&F scraper --- docs/scrapers/hammersmithandfulham.php | 50 ++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/scrapers/hammersmithandfulham.php 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