diff options
Diffstat (limited to 'includes/footer.php')
-rwxr-xr-x | includes/footer.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/footer.php b/includes/footer.php index 4daf35e..b49559b 100755 --- a/includes/footer.php +++ b/includes/footer.php | |||
@@ -24,7 +24,10 @@ require('headerproc.php'); | |||
24 | 24 | ||
25 | $template = new FITemplate('footer'); | 25 | $template = new FITemplate('footer'); |
26 | 26 | ||
27 | $template->add('EXTRASIDEBARS',(isset($extraSidebars) ? $extraSidebars : '')); | 27 | if (isset($extraSidebars)) |
28 | { | ||
29 | $template->adds_block('EXTRA', array('SIDEBARS' => $extraSidebars)); | ||
30 | } | ||
28 | 31 | ||
29 | if (isset($onFourm)) | 32 | if (isset($onFourm)) |
30 | { | 33 | { |