Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15079 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15079 Rev 16768
Línea 26... Línea 26...
26
     * Header custom PDF
26
     * Header custom PDF
27
     * @param string $headerFormName
27
     * @param string $headerFormName
28
     * @param string $headerUsername
28
     * @param string $headerUsername
29
     */
29
     */
30
    function customHeader($headerFormName, $headerUsername) {
30
    function customHeader($headerFormName, $headerUsername) {
31
        $s = utf8_decode(' Página: ' . $this->PageNo());
31
        $s = Functions::utf8_decode(' Página: ' . $this->PageNo());
32
        $this->SetFont('Arial', '', 10);
32
        $this->SetFont('Arial', '', 10);
33
        $this->SetY(40);
33
        $this->SetY(40);
34
        $this->Cell(190, 10, $s, 0, 0, 'R');
34
        $this->Cell(190, 10, $s, 0, 0, 'R');
Línea 35... Línea 35...
35
 
35