]> git.mjollnir.org Git - moodle.git/commitdiff
Show current user image on editing page ...
authormoodler <moodler>
Fri, 21 Nov 2003 07:06:17 +0000 (07:06 +0000)
committermoodler <moodler>
Fri, 21 Nov 2003 07:06:17 +0000 (07:06 +0000)
Bit of a hack ... not sure about the location .

user/edit.html

index e1855dd94759eeb145e75e3d94197fe575c6e3d6..df3bc1e12ee8e02194ea44b1a57ab1b096cd503b 100644 (file)
@@ -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>&nbsp;&nbsp;&nbsp;
+       <?php print_user_picture($user->id, $course->id, $user->picture, false, false, false); ?>
+    </td>
 </tr>