From 8ffc223fd26d991c8ff50d544c7847e31445c011 Mon Sep 17 00:00:00 2001 From: memespring Date: Sun, 7 Dec 2008 12:01:30 +0000 Subject: [PATCH] more streetwire stuff --- docs/templates/news_mail.tpl | 8 ++++---- tools/news_mailer.php | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/templates/news_mail.tpl b/docs/templates/news_mail.tpl index e246d3e..bf1fa96 100644 --- a/docs/templates/news_mail.tpl +++ b/docs/templates/news_mail.tpl @@ -1,18 +1,18 @@ {textformat style='email'} Hello, -This is a one off email to let you know about a new local information website I've built on top of PlanningAlerts: - -http://www.streetwire.org +This is a one off email to let you know about a new website I've built on top of PlanningAlerts: http://www.streetwire.org StreetWire is like PlanningAlerts for every kind of local information. As well as planning applications, it will tell you about licensing applications, crime, events and local news near you. -You can also share news with your neighbours, so If you know some little tipbit of local news, or want to tell your neighbours about an event it helps conenct you with your neighbours. +You can also share news with your neighbours, so If you know some little tipbit of local news, or want to tell your neighbours about an event it helps connect you with your neighbours. You can signup here: http://www.streetwire.org +I hope it's useful, it would be really great to here what everyone things of it, and what sort of information you'd like to see. + All the best, Richard Pope (volunteer PlanningAlerts.com) diff --git a/tools/news_mailer.php b/tools/news_mailer.php index 8511e1d..52ec4cc 100644 --- a/tools/news_mailer.php +++ b/tools/news_mailer.php @@ -8,8 +8,8 @@ $news_mailer = new news_mailer(); $news_mailer->run(); - //class - class news_mailer { +//class +class news_mailer { //Run function run (){ @@ -48,8 +48,6 @@ } } - - } }