Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 804 Rev 805
Línea 735... Línea 735...
735
        $companyMapper = CompanyMapper::getInstance($this->adapter);
735
        $companyMapper = CompanyMapper::getInstance($this->adapter);
736
        $company = $companyMapper->fetchOne($currentCompany->id);
736
        $company = $companyMapper->fetchOne($currentCompany->id);
Línea 737... Línea 737...
737
      
737
      
Línea 738... Línea 738...
738
        $target_path = $this->config['leaderslinked.fullpath.company'] . DIRECTORY_SEPARATOR . $company->uuid;
738
        $target_path = $this->config['leaderslinked.fullpath.company'] . DIRECTORY_SEPARATOR . $company->uuid;
739
        
739
        
Línea 740... Línea 740...
740
        $pdf->header = $target_path  . DIRECTORY_SEPARATOR. $company->cover;
740
        $pdf->header = $company->header ? $target_path  . DIRECTORY_SEPARATOR. $company->header : '';
Línea 741... Línea 741...
741
        $pdf->footer = $_SERVER['DOCUMENT_ROOT'] . '/pdf/footer_background_blue.jpg';
741
        $pdf->footer = $company->footer ? $target_path  . DIRECTORY_SEPARATOR. $company->footer : '';
742
 
742