From bc9b63eae79e342c69a1aaf909847df20ab11478 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 14 Dec 2008 10:09:14 -0500 Subject: Adjusted Rightbar for Fouripedia --- includes/footer.php | 5 +- theme/footer.tpl | 270 +--------------------------------------------------- theme/sidebar.tpl | 265 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 274 insertions(+), 266 deletions(-) create mode 100644 theme/sidebar.tpl 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'); $template = new FITemplate('footer'); -$template->add('EXTRASIDEBARS',(isset($extraSidebars) ? $extraSidebars : '')); +if (isset($extraSidebars)) +{ + $template->adds_block('EXTRA', array('SIDEBARS' => $extraSidebars)); +} if (isset($onFourm)) { diff --git a/theme/footer.tpl b/theme/footer.tpl index ceb9658..e0a2bff 100755 --- a/theme/footer.tpl +++ b/theme/footer.tpl @@ -1,273 +1,13 @@ -
- - - - - - - - - - - - - - - - - - - - - - -

- -

- - - - -
+ + + + +
diff --git a/theme/sidebar.tpl b/theme/sidebar.tpl new file mode 100644 index 0000000..c74f423 --- /dev/null +++ b/theme/sidebar.tpl @@ -0,0 +1,265 @@ +
+ + + + + + + + + + + + + + + + + + + + + + +

+ +

+ + + + +
-- cgit 1.4.1