summary refs log tree commit diff stats
path: root/includes
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-14 10:09:14 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-14 10:09:14 -0500
commitbc9b63eae79e342c69a1aaf909847df20ab11478 (patch)
tree4243f3c1c9849fdfb43424ad0a3329d8bdd7cae1 /includes
parent1347525dd5f4c6520fe4462828f4a560774910da (diff)
downloadfourisland-bc9b63eae79e342c69a1aaf909847df20ab11478.tar.gz
fourisland-bc9b63eae79e342c69a1aaf909847df20ab11478.tar.bz2
fourisland-bc9b63eae79e342c69a1aaf909847df20ab11478.zip
Adjusted Rightbar for Fouripedia
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/footer.php5
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 : '')); 27if (isset($extraSidebars))
28{
29 $template->adds_block('EXTRA', array('SIDEBARS' => $extraSidebars));
30}
28 31
29if (isset($onFourm)) 32if (isset($onFourm))
30{ 33{