SetLeftMargin(0); $mr = $this->SetRightMargin(0); $this->SetY(-15); $this->SetFont(self::FONT, 'I', 8); $this->Cell(0, 10, 'Page ' . $this->PageNo(), 0, 0, 'C'); $this->SetFont(self::FONT, '', 8); $w = $this->GetStringWidth('Printed by'); $this->SetFont(self::FONT, 'B', 8); $w += $this->GetStringWidth(' Phraseanet'); $this->SetXY(-$w - $mr - 5, -15); $this->SetFont(self::FONT, '', 8); $this->Write(8, 'Printed by'); $this->SetFont(self::FONT, 'B', 8); $this->Write(8, ' Phraseanet'); } }