mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9493
This commit is contained in:
parent
f82c47b686
commit
5f605a5070
|
@ -141,6 +141,14 @@ function show_user_summary_public($user) {
|
|||
} else {
|
||||
row2("Computers", "hidden");
|
||||
}
|
||||
# Does this project accept donations?
|
||||
# If so, do you want to have a link next to user name as it appears on the web site?
|
||||
if ($user->donated == 1) {
|
||||
require_once("../project/donations.inc");
|
||||
$x .= DONATION_LINK;
|
||||
row2("Donor",$x);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function show_profile_link($user) {
|
||||
|
|
Loading…
Reference in New Issue