mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
user login string now always this style added
This commit is contained in:
parent
84854c09c6
commit
d3593a675d
@ -1935,7 +1935,7 @@ function user_login_string($course, $user=NULL) {
|
||||
$loggedinas = get_string('loggedinnot', 'moodle').
|
||||
" (<a target=\"{$CFG->framename}\" href=\"$wwwroot/login/index.php\">".get_string('login').'</a>)';
|
||||
}
|
||||
return $loggedinas;
|
||||
return '<div class="logininfo">'.$loggedinas.'</div>';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user