diff options
author | Struan Donald <struan@exo.org.uk> | 2012-12-20 12:16:43 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-12-20 12:16:43 +0000 |
commit | c2d3f92b2415f9a3ea09267bb153b10e017acd83 (patch) | |
tree | 2d7eb67543e9dffbf79fdbb0661ab13fc3d3d7b9 | |
parent | aa091c2ec037defdb1600b6e3296eff107dca8fa (diff) |
add optional template to allow setting a default body class in templates
-rw-r--r-- | templates/web/fixmystreet/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fixmystreet/header.html b/templates/web/fixmystreet/header.html index b691373b2..85ed2c0e1 100644 --- a/templates/web/fixmystreet/header.html +++ b/templates/web/fixmystreet/header.html @@ -32,6 +32,7 @@ [% INCLUDE 'tracking_code.html' %] </head> + [% TRY %][% PROCESS 'set_body_class.html' %][% CATCH file %][% END %] <body class="[% bodyclass | html IF bodyclass %]"> <div class="wrapper"> |