Updated logo, Added ?bw=1 option for black/white
This commit is contained in:
parent
9daa6468d6
commit
8614365182
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
{
|
{
|
||||||
function Header()
|
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);
|
$this->SetFont('Arial','B',14);
|
||||||
if($_SESSION['_config']['language'] == "ja_JP")
|
if($_SESSION['_config']['language'] == "ja_JP")
|
||||||
$this->SetFont('SJIS','',14);
|
$this->SetFont('SJIS','',14);
|
||||||
|
|
Loading…
Reference in a new issue