From: moodler <moodler> Date: Fri, 21 Nov 2003 07:06:17 +0000 (+0000) Subject: Show current user image on editing page ... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=46fd234634a43720a6be1ce02da1c17c1561c19f;p=moodle.git Show current user image on editing page ... Bit of a hack ... not sure about the location . --- diff --git a/user/edit.html b/user/edit.html index e1855dd947..df3bc1e12e 100644 --- a/user/edit.html +++ b/user/edit.html @@ -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>