From: moodler Date: Sat, 9 Aug 2003 08:37:22 +0000 (+0000) Subject: Displays all user pictures on one page. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=05f53652f3a101f69a871028e5c2b86b3c973ad8;p=moodle.git Displays all user pictures on one page. This has been on moodle.org for ages, but it might as well be in the distribution too. It's not linked from anywhere in Moodle currently. --- diff --git a/userpix/index.php b/userpix/index.php new file mode 100644 index 0000000000..d3189b2e76 --- /dev/null +++ b/userpix/index.php @@ -0,0 +1,23 @@ +wwwroot/user/view.php?id=$user->id&course=1\" title=\"$user->firstname $user->lastname\">"; + echo "wwwroot/user/pix.php/$user->id/f1.jpg\" width=100 height=100 alt=\"$user->firstname $user->lastname\" />"; + echo " \n"; +} + +print_footer(); + +?>