mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Special "navigation" for home page - "home" value sets off different header
in themes
This commit is contained in:
parent
a28af1fe74
commit
8cea3a3974
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user