diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-14 10:09:14 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-14 10:09:14 -0500 |
commit | bc9b63eae79e342c69a1aaf909847df20ab11478 (patch) | |
tree | 4243f3c1c9849fdfb43424ad0a3329d8bdd7cae1 /includes | |
parent | 1347525dd5f4c6520fe4462828f4a560774910da (diff) | |
download | fourisland-bc9b63eae79e342c69a1aaf909847df20ab11478.tar.gz fourisland-bc9b63eae79e342c69a1aaf909847df20ab11478.tar.bz2 fourisland-bc9b63eae79e342c69a1aaf909847df20ab11478.zip |
Adjusted Rightbar for Fouripedia
Diffstat (limited to 'includes')
-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 | { |