diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-07 11:34:05 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-07 11:34:05 +0100 |
commit | e0588cc87363389cc688e4ae2e6b165732fc3008 (patch) | |
tree | 8e2d911337bca25afbdfcfdbd3e46444cf9e281a | |
parent | 7f3df5e26cdf9c32e158a52b8cc05855773bdb01 (diff) |
Moved scambs header and footer to TT2 (not actually used though)
-rw-r--r-- | templates/web/scambs/footer.html (renamed from templates/website/scambs-footer) | 0 | ||||
-rw-r--r-- | templates/web/scambs/header.html (renamed from templates/website/scambs-header) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/website/scambs-footer b/templates/web/scambs/footer.html index 4a0a319cc..4a0a319cc 100644 --- a/templates/website/scambs-footer +++ b/templates/web/scambs/footer.html diff --git a/templates/website/scambs-header b/templates/web/scambs/header.html index 3ed09d912..5e25755ed 100644 --- a/templates/website/scambs-header +++ b/templates/web/scambs/header.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en-gb"> <head> -<title>{{ $title }}Envirocrime - South Cambridgeshire District Council</title> +<title>[% title %]Envirocrime - South Cambridgeshire District Council</title> <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> |