diff options
Diffstat (limited to 'templates/website/emptyhomes-header')
-rw-r--r-- | templates/website/emptyhomes-header | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/templates/website/emptyhomes-header b/templates/website/emptyhomes-header deleted file mode 100644 index 313fc55c5..000000000 --- a/templates/website/emptyhomes-header +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="{{ $lang_code }}"> -<head> -<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> -<style type="text/css"> -@import "/css/core.css"; -@import "/css/emptyhomes.css"; -</style> -<!--[if LT IE 7]> -<style type="text/css">@import url("/css/ie6.css");</style> -<![endif]--> -<!-- RSS --> -</head> -<body> - -<div id="header"> -<a href="http://www.emptyhomes.com/"><img border="0" src="/i/eha-logo.png" alt="Empty Homes Agency" width="115" height="71" align="middle"></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> - <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> - <li><a href="{{ $lang_url }}">{{ $lang }}</a></li> - </ul> -</div> - -<div id="wrapper"> -<div id="content"> |