diff options
Diffstat (limited to 'templates/web/reading/header.html')
-rw-r--r-- | templates/web/reading/header.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/web/reading/header.html b/templates/web/reading/header.html index d32bd545e..39281ed01 100644 --- a/templates/web/reading/header.html +++ b/templates/web/reading/header.html @@ -19,7 +19,7 @@ </head> <body> <div class="wrapper"> - <div class="header"> + <div class="header" id="header"> <p id="reading-logo" class="thirdParty"><img src="/cobrands/reading/images/reading-borough-council-logo.gif" width="176" height="38" alt="reading borough council logo" class="printMe" /><a href="http://www.reading.gov.uk/" title="Click to return to home page">Reading Borough Council</a></p> </div> @@ -27,10 +27,6 @@ <div class="thirdParty"> <!-- end of header --> - [% IF NOT title AND NOT c.req.path %]<h1 id="header">[% ELSE %]<div id="header"><a href="/">[% END %] - [%- loc('Fix<span id="my">My</span>Street') %] - [%- IF NOT title AND NOT c.req.path %]</h1>[% ELSE %]</a></div>[% END %] - <ul id="meta"> [% IF c.user_exists %] <li>[% tprintf(loc('Signed in as %s'), c.user.name || c.user.email) %] |