create_time); $today = date('j F Y', time(0)); $border=$_GET["border"]; if ($border=="no") { $border = 0; } else { $border=8; } $title_font = "\"Optima,ZapfChancery\""; $font = "\"Optima,Lucida Bright,Times New Roman\""; $user = get_other_projects($user); $total_credit = 0; foreach ($user->projects as $p) { $total_credit += $p->total_credit; } $credit = credit_string($total_credit, false); function show_proj($p) { $join = date('j F Y', $p->create_time); echo " $p->name $p->total_credit$join "; } echo "
"; echo "
Certificate of Computation

This certifies that

$user->name

has contributed $credit to the following scientific research projects:

"; foreach ($user->projects as $p) { if ($p->total_credit<100) continue; show_proj($p); } echo "
ProjectCobblestonesJoined
"; echo "
"; ?>