From ffbca597a6605f3d34902a3f3a593560f4cfc674 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Mar 2008 18:06:55 +0000 Subject: [PATCH] Updated logo --- www/ttp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/ttp.php b/www/ttp.php index c484da2..57a4d08 100644 --- a/www/ttp.php +++ b/www/ttp.php @@ -22,7 +22,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','B',14);