diff options
Diffstat (limited to 'templates/web/default/index.html')
-rw-r--r-- | templates/web/default/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html index fa1974730..4007e82a7 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -94,4 +94,11 @@ </div> [% END %] -[% INCLUDE 'footer.html' %]
\ No newline at end of file +[% IF c.cobrand.moniker == 'emptyhomes' %] +<div id="eha_advert"> + Now is the best time to turn empty properties into empty homes... Don't miss it! + <a href="http://www.emptyhomes.com/EHConference2011.html">Home Again: Empty Homes National Conference 2011</a> +</div> +[% END %] + +[% INCLUDE 'footer.html' %] |