$arial14 = new Font(14, 'Arial', '[color=red]#1060AE[/color]');
$header->addImage($mosConfig_absolute_path.'/templates/YOURTEMPLATE/images/logo.png', $null);
//if (file_exists('../../../templates/YOURTEMPLATE/images/logo.png')) { [color=red] $header_logo = '../../../templates/YOURTEMPLATE/images/logo.png';[/color] /*} else { $header_logo = PDF_HEADER_LOGO; }*/
// header title $this->SetTextColor[color=red]('16', '96', '174')[/color]; //added by I.Sannos
$foot = &$rtf->addFooter();$ver = ''; <<-- Footer-Text$foot->writeText($ver, new Font(8, 'Verdana'), $parFormat);
$this->SetXY($this->original_lMargin, $footer_y);$this->Cell(0, $footer_height, PDF_FOOTER_TITLE , 'B', 0, 'C'); //added by I.Sannos <<-- "Footer"//Print page number$this->Cell(0, $footer_height, $this->l['w_page']." ".$this->PageNo().' / {nb}', 'T', 0, 'R');
/** * footer title */ define ("PDF_FOOTER_TITLE", "YOUR INCREDIBLE TITLE - http://www.yoursite.com/");