From 4894ba7200f8f80bb7aa1f4489495c277bf3f39f Mon Sep 17 00:00:00 2001 From: duergner Date: Tue, 26 Aug 2003 19:41:37 +0000 Subject: [PATCH] path to printLogo.jpg changed --- lam/lib/pdf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/pdf.inc b/lam/lib/pdf.inc index 3968d363..0b07355e 100644 --- a/lam/lib/pdf.inc +++ b/lam/lib/pdf.inc @@ -240,7 +240,7 @@ function createUserPDF($accounts) { class lamPDF extends FPDF { // Print page header function header() { - $this->Image("../graphics/printLogo.jpg",10,10,50,20,"JPG"); + $this->Image("../../graphics/printLogo.jpg",10,10,50,20,"JPG"); $this->SetFont("arial","B",22); $this->Cell(170,5,"LDAP Account Manager",0,1,"R",0); $this->Ln(3);