From b5768b9e155745bd3af708d30cbd657955e6d0c4 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 25 Jan 2005 13:40:26 +0000 Subject: [PATCH] Removed $THEME from site topic --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 15af00d599..5033907122 100644 --- a/index.php +++ b/index.php @@ -111,7 +111,7 @@ /// Print Section if ($site->numsections > 0) { - print_simple_box_start('center', '100%', $THEME->cellcontent, 5, 'sitetopic'); + print_simple_box_start('center', '100%', '', 5, 'sitetopic'); /// If currently moving a file then show the current clipboard if (ismoving($site->id)) { @@ -232,4 +232,4 @@ echo ''; // entry wrapper end print_footer('home'); // Please do not modify this line -?> \ No newline at end of file +?> -- 2.39.5