diff options
Diffstat (limited to 'templates/website/emptyhomes-header')
-rw-r--r-- | templates/website/emptyhomes-header | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/templates/website/emptyhomes-header b/templates/website/emptyhomes-header index ecaa3fb45..b499e3fd8 100644 --- a/templates/website/emptyhomes-header +++ b/templates/website/emptyhomes-header @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en-gb"> <head> -<title><!-- TITLE -->Report Empty Homes - Empty Homes Agency</title> +<title>{{ title }}{{ site_title }}</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <script type="text/javascript" src="/yui/utilities.js"></script> <script type="text/javascript" src="/js.js"></script> @@ -17,16 +17,18 @@ <body> <div id="header"> -<a href="http://www.emptyhomes.com/"><img border="0" src="/i/eha.png" alt="Empty Homes Agency" width="272" height="71"></a> +<a href="http://www.emptyhomes.com/"><img border="0" src="/i/eha-logo.png" alt="Empty Homes Agency" width="115" height="71" align="middle" style="margin-right:0.5em"></a> +<a href="http://www.sheltercymru.org.uk/"><img border="0" src="/i/Sheltercymru47.gif" alt="Shelter Cymru" width="114" height="47" align="middle"></a> </div> <div id="navigation"> <ul> - <li><a href="/">Report a property</a> - <li><a href="/reports">Reports</a></li> - <li><a href="/alert">Get local reports</a></li> - <li><a href="/faq">FAQs</a></li> - <li><a href="/about">About us</a></li> + <li><a href="/">{{ report }}</a> + <li><a href="/reports">{{ reports }}</a></li> + <li><a href="/alert">{{ alert }}</a></li> + <li><a href="/faq">{{ faq }}</a></li> + <li><a href="/about">{{ about }}</a></li> + {{ lang }} </ul> </div> |