mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
User pictures no longer are links on main view page
This commit is contained in:
parent
a406cdec66
commit
15e4b2ecd9
2 changed files with 10 additions and 4 deletions
|
@ -52,7 +52,7 @@
|
|||
echo "<TABLE WIDTH=80% ALIGN=CENTER BORDER=0 CELLPADDING=1 CELLSPACING=1><TR><TD BGCOLOR=#888888>";
|
||||
echo "<TABLE WIDTH=100% BORDER=0 CELLPADDING=3 CELLSPACING=0><TR>";
|
||||
echo "<TD WIDTH=100 BGCOLOR=\"$THEME->body\" VALIGN=top>";
|
||||
print_user_picture($user->id, $course->id, $user->picture, true);
|
||||
print_user_picture($user->id, $course->id, $user->picture, true, false, false);
|
||||
echo "</TD><TD WIDTH=100% BGCOLOR=#FFFFFF>";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue