summaryrefslogtreecommitdiff
path: root/pdf/cert_new.inc
diff options
context:
space:
mode:
authorSashi202020-06-19 15:55:49 +0530
committerSashi202020-06-19 15:55:49 +0530
commit3b2bf8291ab5b53f66c0f53d881f0fb2eb201bc6 (patch)
treeda5959263eac13479378861485843e3631cd5189 /pdf/cert_new.inc
parent2c9dd81a51984958591f5eb6a2d86fc3803794f2 (diff)
downloaddwsim_flowsheet-3b2bf8291ab5b53f66c0f53d881f0fb2eb201bc6.tar.gz
dwsim_flowsheet-3b2bf8291ab5b53f66c0f53d881f0fb2eb201bc6.tar.bz2
dwsim_flowsheet-3b2bf8291ab5b53f66c0f53d881f0fb2eb201bc6.zip
Display count of completed flowsheets and update certificate
Diffstat (limited to 'pdf/cert_new.inc')
-rwxr-xr-xpdf/cert_new.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/cert_new.inc b/pdf/cert_new.inc
index f66b343..2ae0e79 100755
--- a/pdf/cert_new.inc
+++ b/pdf/cert_new.inc
@@ -146,14 +146,14 @@ function generate_pdf()
$image4 = $path . "/pdf/images/bottom_line.png";
$pdf->SetY(-50);
$pdf->SetX(80);
- $image3 = $path . "/pdf/images/iitb.png";
+ //$image3 = $path . "/pdf/images/iitb.png";
$image2 = $path . "/pdf/images/fossee.png";
$pdf->Ln(8);
$pdf->Image($image2, $pdf->GetX() +15, $pdf->GetY() + 7, 40, 0);
$pdf->Ln(6);
$pdf->Image($pngAbsoluteFilePath, $pdf->GetX() + 102, $pdf->GetY() - 5, 30, 0);
- $pdf->Image($image3, $pdf->GetX() + 200, $pdf->GetY() -3, 15, 0);
+ //$pdf->Image($image3, $pdf->GetX() + 200, $pdf->GetY() -3, 15, 0);
$pdf->Image($image4, $pdf->GetX() +50, $pdf->GetY() + 28, 150, 0);
$pdf->SetFont('Arial', 'I', 8);
$pdf->SetTextColor(0, 0, 0);