From 487822d12f9053ad1728f68031595f01293e59e2 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 17 Aug 2013 19:18:25 +0300 Subject: [PATCH] [ticket/11800] Fix JavaScript in simple_footer.html Include forum_fn.js via INCLUDEJS Move $SCRIPTS after footer event, allowing extensions to include scripts Use correct template variable for including scripts PHPBB3-11800 --- phpBB/styles/prosilver/template/simple_footer.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html index 144ae8e462..b6afc2fdba 100644 --- a/phpBB/styles/prosilver/template/simple_footer.html +++ b/phpBB/styles/prosilver/template/simple_footer.html @@ -8,9 +8,11 @@ - -{SCRIPTS} + + +{$SCRIPTS} +