mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Minor touch-ups to the front page HTML
This commit is contained in:
parent
e48feed988
commit
c6a0f9d5bf
3 changed files with 8 additions and 8 deletions
|
@ -665,9 +665,9 @@ function print_header ($title="", $heading="", $navigation="", $focus="", $meta=
|
|||
|
||||
if (!$menu and $navigation) {
|
||||
if (isset($USER->id)) {
|
||||
$menu = "<font size=2><a target=_parent href=\"$CFG->wwwroot/login/logout.php\">".get_string("logout")."</a></font>";
|
||||
$menu = "<font size=2><a target=\"$CFG->framename\" href=\"$CFG->wwwroot/login/logout.php\">".get_string("logout")."</a></font>";
|
||||
} else {
|
||||
$menu = "<font size=2><a target=_parent href=\"$CFG->wwwroot/login/index.php\">".get_string("login")."</a></font>";
|
||||
$menu = "<font size=2><a target=\"$CFG->framename\" href=\"$CFG->wwwroot/login/index.php\">".get_string("login")."</a></font>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue