diff options
Diffstat (limited to 'templates/web/lichfielddc/header.html')
-rw-r--r-- | templates/web/lichfielddc/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/lichfielddc/header.html b/templates/web/lichfielddc/header.html index 863ef1c1d..02e3c6a5b 100644 --- a/templates/web/lichfielddc/header.html +++ b/templates/web/lichfielddc/header.html @@ -6,7 +6,7 @@ <head> <link rel="stylesheet" type="text/css" href="[% version('/css/core.css') %]"> - <link rel="stylesheet" type="text/css" href="/cobrands/lichfielddc/css/layout.css" /> + <link rel="stylesheet" type="text/css" href="[% version('/cobrands/lichfielddc/css/layout.css') %]" /> <link rel="stylesheet" type="text/css" href="http://www.lichfielddc.gov.uk/site/styles/standard_1_.css" media="screen" /> <link rel="stylesheet" type="text/css" href="http://www.lichfielddc.gov.uk/site/styles/generic/style.php" media="screen" /> @@ -71,7 +71,7 @@ <meta name="DC.subject" lang="en" scheme="eGMS.IPSV" content="Local government;Government, politics and public administration" /> <meta name="DC.subject" lang="en" content="Council, government and democracy" /> -[% INCLUDE 'common_header_tags.html' %] +[% INCLUDE 'common_header_tags.html', site_title = 'Lichfield District Council FixMyStreet' %] </head> <body> <!-- ########## MAIN STRUCTURE ######### --> |