diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-24 19:32:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-24 19:32:17 +0000 |
commit | a821c15c33c59bb8ff3bb5f5722a15f2ca527b6c (patch) | |
tree | d31a8d6b7d15b6fe9704c14536e506b944176c3e /templates/website/header | |
parent | b63492a28b56cb05396bc41e66e312eacf3ad62a (diff) |
Have FixMyStreet::Map return the JS it needs.
Diffstat (limited to 'templates/website/header')
-rw-r--r-- | templates/website/header | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/website/header b/templates/website/header index 44f51ca55..060d317cb 100644 --- a/templates/website/header +++ b/templates/website/header @@ -4,6 +4,8 @@ <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 }} + <title>{{ $title }}{{ $site_title }}</title> <style type="text/css">@import url("/css/core.css"); @import url("/css/main.css");</style> <!--[if LT IE 7]> |