]> git.mjollnir.org Git - moodle.git/commitdiff
Special "navigation" for home page - "home" value sets off different header
authormartin <martin>
Mon, 23 Sep 2002 15:41:06 +0000 (15:41 +0000)
committermartin <martin>
Mon, 23 Sep 2002 15:41:06 +0000 (15:41 +0000)
in themes

index.php

index ca286b26f5fce31694b2d7337aa3185b6315a3cc..0f49d0713159b28fb82dc251ac8a828cc1b97059 100644 (file)
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@
             $headerbutton = "<FONT SIZE=2><A HREF=\"$CFG->wwwroot/login/index.php\">".get_string("login")."</A></FONT>";
         }
     }
-    print_header("$site->fullname", "$site->fullname", "", "",
+    print_header("$site->fullname", "$site->fullname", "home", "",
                  "<META NAME=\"Description\" CONTENT=\"".stripslashes(strip_tags($site->summary))."\">",
                  true, $headerbutton);