aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/front
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2012-01-30 16:36:43 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2012-01-30 16:46:06 +0000
commit9a9889db881e24c17f51804ba56c11bd264bbf9c (patch)
tree2f6f8de01e3aba72f8736c9a25606b85842d495f /templates/web/default/front
parenta176268063145c9a2d5359c24da0143fb4fe7520 (diff)
Make FixMyStreet a cobrand, like the others.
Diffstat (limited to 'templates/web/default/front')
-rw-r--r--templates/web/default/front/news.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/web/default/front/news.html b/templates/web/default/front/news.html
deleted file mode 100644
index 080034a28..000000000
--- a/templates/web/default/front/news.html
+++ /dev/null
@@ -1,11 +0,0 @@
-[%#
- news = [
- { date = '2008-12-11', text = '<a href="' _ c.config.IPHONE_URL _ '">' _ loc('Get FixMyStreet on your iPhone') _ '</a>' },
- ]
-%]
-[% FOREACH item IN news %]
- <p align="center" style="margin-bottom:0">
- <img width="23" height="12" alt="[% loc('New!') %]" src="/i/new.png" border="0">[% item.date %] [% item.text %]</p>
- </p>
-[% END %]
-