diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-06 16:59:04 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-06 16:59:04 +0100 |
commit | e5c704b060c6dfed3e90392aef7b2c25de8f4bea (patch) | |
tree | c2e1ab4515ad14c3dd0e71e9dd99ab78ca90204c | |
parent | d5610f7f1faeedd2a9f7934fc9c2323d195750d7 (diff) |
remove old emptyhomes header
-rw-r--r-- | templates/website/cobrands/emptyhomes/header | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/templates/website/cobrands/emptyhomes/header b/templates/website/cobrands/emptyhomes/header deleted file mode 100644 index 3281430dd..000000000 --- a/templates/website/cobrands/emptyhomes/header +++ /dev/null @@ -1,41 +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> -{{ $map_js }} -<style type="text/css"> -@import "/css/core.css"; -@import "/css/cobrands/emptyhomes/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 id="eha-logo" border="0" src="/i/eha-logo.jpeg" alt="Empty Homes Agency" width="91" height="71" align="left"></a> -<div> -<small><em>in conjunction with</em></small><br> -<a href="http://www.sheltercymru.org.uk/"><img border="0" src="/i/Sheltercymru47s.png" alt="Shelter Cymru" width="80" height="33" align="bottom"></a> -<a href="http://scotland.shelter.org.uk/housing_issues/more_homes/empty_homes"><img border="0" src="/i/SEHPlogo-bwS.png" alt="Scottish Empty Homes Partnership" width="131" height="40" align="bottom"></a> -</div> -</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="mysociety"> |