mirror of https://github.com/BOINC/boinc.git
fixed view_profile -> view_profile.php
svn path=/trunk/boinc/; revision=3832
This commit is contained in:
parent
61eaa207ba
commit
e11033d3b7
|
@ -3,7 +3,7 @@
|
|||
define('UOTD_THRESHOLD', 7);
|
||||
|
||||
function uotd_thumbnail($profile, $user) {
|
||||
return "<a href=view_profile?userid=$user->id><img vspace=4 hspace=8 align=left src=" . IMAGE_URL . $user->id . "_sm.jpg></a>";
|
||||
return "<a href=view_profile.php?userid=$user->id><img vspace=4 hspace=8 align=left src=" . IMAGE_URL . $user->id . "_sm.jpg></a>";
|
||||
}
|
||||
|
||||
function generate_uotd_page($profile, $user) {
|
||||
|
|
|
@ -423,7 +423,7 @@ function project_is_stopped() {
|
|||
function user_links($user) {
|
||||
$x = "<a href=show_user.php?userid=$user->id>$user->name</a>";
|
||||
if ($user->has_profile) {
|
||||
$x .= " <a href=view_profile?userid=$user->id><img border=0 src=head_20.png></a>";
|
||||
$x .= " <a href=view_profile.php?userid=$user->id><img border=0 src=head_20.png></a>";
|
||||
}
|
||||
return $x;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue