aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/front/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/front/stats.html')
-rw-r--r--templates/web/default/front/stats.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/default/front/stats.html b/templates/web/default/front/stats.html
index eae66018b..fc8b9e99a 100644
--- a/templates/web/default/front/stats.html
+++ b/templates/web/default/front/stats.html
@@ -36,7 +36,9 @@
<div id="front_stats">
<div>[% tprintf( new_text, stats.new ) | comma %]</div>
- [% IF c.cobrand.moniker != 'emptyhomes' %]
+ [% IF c.cobrand.moniker == 'emptyhomes' %]
+ <div><a href="/local/">Find latest local and national news</a></div>
+ [% ELSE %]
<div>[% tprintf( fixed_text, stats.fixed ) | comma %]</div>
[% IF c.cobrand.moniker != 'zurich' %]
<div>[% tprintf( updates_text, stats.updates ) | comma %]</div>