mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Login link on home page
This commit is contained in:
parent
7ff602b225
commit
76dbe04f4a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
if (isset($USER->id)) {
|
if (isset($USER->id)) {
|
||||||
$headerbutton = "<FONT SIZE=2><A HREF=\"$CFG->wwwroot/login/logout.php\">".get_string("logout")."</A></FONT>";
|
$headerbutton = "<FONT SIZE=2><A HREF=\"$CFG->wwwroot/login/logout.php\">".get_string("logout")."</A></FONT>";
|
||||||
} else {
|
} else {
|
||||||
$headerbutton = "<FONT SIZE=2><A HREF=\"$CFG->wwwroot/login/\">".get_string("login")."</A></FONT>";
|
$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", "", "",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue