aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/front/news.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/front/news.html')
-rw-r--r--templates/web/default/front/news.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/default/front/news.html b/templates/web/default/front/news.html
new file mode 100644
index 000000000..080034a28
--- /dev/null
+++ b/templates/web/default/front/news.html
@@ -0,0 +1,11 @@
+[%#
+ 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 %]
+