diff options
-rw-r--r-- | templates/web/fiksgatami/header.html | 19 | ||||
-rw-r--r-- | templates/website/cobrands/fiksgatami/header | 19 |
2 files changed, 19 insertions, 19 deletions
diff --git a/templates/web/fiksgatami/header.html b/templates/web/fiksgatami/header.html new file mode 100644 index 000000000..e0bf5b150 --- /dev/null +++ b/templates/web/fiksgatami/header.html @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="[% lang_code %]"> + <head> + [% INCLUDE 'common_header_tags.html' %] + + <style type="text/css"> + @import url("/css/core.css"); + @import url("/cobrands/fiksgatami/css.css"); + </style> + </head> + <body> + + <div id="header"> + <a href="/">[% loc('Fix<span id="my">My</span>Street') %]</a> + </div> + + <div id="wrapper"><div id="mysociety"> + + [% INCLUDE 'debug_header.html' %] diff --git a/templates/website/cobrands/fiksgatami/header b/templates/website/cobrands/fiksgatami/header deleted file mode 100644 index 41ccabff9..000000000 --- a/templates/website/cobrands/fiksgatami/header +++ /dev/null @@ -1,19 +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> - <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 }} - {{ $robots }} - - <title>{{ $title }}{{ $site_title }}</title> - <style type="text/css"> - @import url("/css/core.css"); - @import url("/cobrands/fiksgatami/css.css"); - </style> - {{ $rss }} - </head> - <body> - {{ $heading_element_start }}{{ $heading }}{{ $heading_element_end }} - <div id="wrapper"><div id="mysociety"> |