From: moodler Date: Thu, 15 May 2003 14:02:13 +0000 (+0000) Subject: Minor touch-ups to the front page HTML X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c6a0f9d5bfe484f5fbf02bdfce138fd185433757;p=moodle.git Minor touch-ups to the front page HTML --- diff --git a/index.php b/index.php index c65396613b..e4f1877602 100644 --- a/index.php +++ b/index.php @@ -31,7 +31,7 @@ } print_header("$site->fullname", "$site->fullname", "home", "", - "summary))."\">", + "summary))."\">", true, "", "
$loginstring$langmenu
"); $firstcolumn = false; // for now diff --git a/lib/javascript.php b/lib/javascript.php index ae8e0d0195..1577dfc792 100644 --- a/lib/javascript.php +++ b/lib/javascript.php @@ -1,5 +1,5 @@ - + diff --git a/lib/weblib.php b/lib/weblib.php index fcfa1392a4..b0eba3b8d9 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -665,9 +665,9 @@ function print_header ($title="", $heading="", $navigation="", $focus="", $meta= if (!$menu and $navigation) { if (isset($USER->id)) { - $menu = "wwwroot/login/logout.php\">".get_string("logout").""; + $menu = "framename\" href=\"$CFG->wwwroot/login/logout.php\">".get_string("logout").""; } else { - $menu = "wwwroot/login/index.php\">".get_string("login").""; + $menu = "framename\" href=\"$CFG->wwwroot/login/index.php\">".get_string("login").""; } }