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