diff options
Diffstat (limited to 'templates/web/bristol')
-rw-r--r-- | templates/web/bristol/footer.html | 4 | ||||
-rw-r--r-- | templates/web/bristol/footer_extra_js.html | 1 | ||||
-rw-r--r-- | templates/web/bristol/header_extra.html | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/templates/web/bristol/footer.html b/templates/web/bristol/footer.html index 1701aa805..c71d7151b 100644 --- a/templates/web/bristol/footer.html +++ b/templates/web/bristol/footer.html @@ -28,8 +28,6 @@ </div> </div> </div> - -<!-- [% INCLUDE 'debug_footer.html' %] --> </div> <!-- .wrapper --> [% IF pagefooter %] @@ -40,7 +38,7 @@ </div> [% END %] - [% TRY %][% PROCESS 'footer_extra.html' %][% CATCH file %][% END %] + [% INCLUDE 'common_footer_tags.html' %] </body> </html> diff --git a/templates/web/bristol/footer_extra_js.html b/templates/web/bristol/footer_extra_js.html new file mode 100644 index 000000000..cf8fa7301 --- /dev/null +++ b/templates/web/bristol/footer_extra_js.html @@ -0,0 +1 @@ +<script src="[% version('/cobrands/fixmystreet-uk-councils/js.js') %]"></script> diff --git a/templates/web/bristol/header_extra.html b/templates/web/bristol/header_extra.html index fd20823ae..8a977495f 100644 --- a/templates/web/bristol/header_extra.html +++ b/templates/web/bristol/header_extra.html @@ -1,2 +1 @@ -<script src="[% version('/cobrands/fixmystreet-uk-councils/js.js') %]"></script> [% INCLUDE 'tracking_code.html' %] |