Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 7040 | Rev 7052 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7040 Rev 7041
Línea 36... Línea 36...
36
 
36
 
37
    /**
37
    /**
38
     * Footer PDF
38
     * Footer PDF
39
     */
39
     */
40
    function Footer() {
-
 
41
        if ($this->footer != '') {
40
    function Footer() {
42
            $this->SetY(-40);
41
        $this->SetY(-30);
43
            $this->Image($this->footer, 10, $this->getY(), 190);
-
 
44
        }
42
        $this->Image($_SERVER['DOCUMENT_ROOT'] . '/pdf/footer_background.jpg', 10, $this->getY(), 190);
Línea 45... Línea 43...
45
    }
43
    }
46
 
44
 
47
    /**
45
    /**