From 5f605a507085e3a192c0f96935082a055cb02f82 Mon Sep 17 00:00:00 2001 From: Matt Lebofsky Date: Thu, 16 Feb 2006 22:50:28 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9493 --- html/inc/user.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/html/inc/user.inc b/html/inc/user.inc index 7f4e685b12..d9e450a312 100644 --- a/html/inc/user.inc +++ b/html/inc/user.inc @@ -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) {