Show current user image on editing page ...
Bit of a hack ... not sure about the location .
This commit is contained in:
+3
-1
@@ -171,7 +171,9 @@ if (isadmin()) {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan=2><br /><b><?php print_string("followingoptional") ?>:</b></td>
|
||||
<td colspan=2><br /><b><?php print_string("followingoptional") ?>:</b>
|
||||
<?php print_user_picture($user->id, $course->id, $user->picture, false, false, false); ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user