diff options
-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"> |