diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-06 16:58:22 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-06 16:58:22 +0100 |
commit | d5610f7f1faeedd2a9f7934fc9c2323d195750d7 (patch) | |
tree | 7cce67f183d32c15771784d05e0aa7f55811e0c0 | |
parent | ab858d7af67e7dac384625f199531374ffb3539d (diff) |
moved southampton header to TT2
-rw-r--r-- | templates/web/southampton/header.html (renamed from templates/website/cobrands/southampton/header) | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/website/cobrands/southampton/header b/templates/web/southampton/header.html index 4f47c92e5..a15054fb6 100644 --- a/templates/website/cobrands/southampton/header +++ b/templates/web/southampton/header.html @@ -1,17 +1,11 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <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 }} + [% INCLUDE 'common_header_tags.html' %] - <title>{{ $title }}{{ $site_title }}</title> <link rel="stylesheet" type="text/css" href="/css/core.css" /> <link rel="stylesheet" type="text/css" href="/cobrands/southampton/style.css" /> <link rel="stylesheet" type="text/css" href="/cobrands/southampton/css.css" /> - {{ $rss }} </head> <body> <ul id="topMenu"> |