]> git.mjollnir.org Git - moodle.git/commitdiff
Removed $THEME from site topic
authormoodler <moodler>
Tue, 25 Jan 2005 13:40:26 +0000 (13:40 +0000)
committermoodler <moodler>
Tue, 25 Jan 2005 13:40:26 +0000 (13:40 +0000)
index.php

index 15af00d599fda314407f6bc11c074d1bca80c74b..503390712237858735586157ac6c363c7ee7248e 100644 (file)
--- a/index.php
+++ b/index.php
 
 /// 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)) {
     echo '</div>';  // entry wrapper end
 
     print_footer('home');     // Please do not modify this line
-?>
\ No newline at end of file
+?>