Skip to content

Commit

Permalink
Merged title fix from stable
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed May 29, 2006
1 parent ed527b3 commit 19078b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my/pagelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function print_header($title) {
$site = get_site();

$button = update_mymoodle_icon($USER->id);
$header = get_string('mymoodle','my');
$nav = $header;
$nav = get_string('mymoodle','my');
$header = $site->shortname.': '.$nav;

$loggedinas = user_login_string($site);
print_header($title, $header,$nav,'','',true, $button, $loggedinas);
Expand Down

0 comments on commit 19078b6

Please sign in to comment.