From 861436518290e4fac03fca48f21c5abacc752990 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Mar 2008 18:06:23 +0000 Subject: [PATCH] Updated logo, Added ?bw=1 option for black/white --- www/cap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cap.php b/www/cap.php index 3369f86..c8c45ef 100644 --- a/www/cap.php +++ b/www/cap.php @@ -17,7 +17,7 @@ { function Header() { - $this->Image('images/logo.png',8,8,100); + $this->Image($_REQUEST[bw]?'images/CAcert-logo-mono-1000.png':'images/CAcert-logo-colour-1000.png',8,8,100); $this->SetFont('Arial','B',14); if($_SESSION['_config']['language'] == "ja_JP") $this->SetFont('SJIS','',14);