linea21-utils
[ class tree: linea21-utils ] [ index: linea21-utils ] [ all elements ]

Source for file pdf.firstpage.php

Documentation is available at pdf.firstpage.php

  1. <?php
  2. /**
  3.  * @package linea21.utils
  4.  * @subpackage report_sdi
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  *  Define, compose and generate a SDI (Sustainable Development Indicators) PDF report
  10.  */
  11.  
  12. ///////////////////////////////////
  13. //    PAGE DE GARDE - RAPPORT
  14. ///////////////////////////////////
  15.  
  16. $pdf->AddPage();
  17. $pdf->SetTextColorArray(getColor('DOC_TITLE_COLOR'));
  18. $pdf->SetY(80);
  19. $pdf->MultiCell(0DOC_HEIGHT*2formatText($report_settings['title'])0'C');
  20. $pdf->SetY($pdf->GetY()+(DOC_INTERVAL*2));
  21. $pdf->SetFont(DOC_POLICE'B'12);
  22. $pdf->Cell(0DOC_HEIGHTformatText(SITE_NAME)02'C');
  23. $pdf->SetXY(66180);
  24. $pdf->Image(override('../report_sdi/inc_report/logo_g.png'THEME_PUBLIC_PATH),$pdf->GetX()$pdf->GetY()00'''''M'false0'C');
  25. ?>

Documentation generated on Thu, 20 Mar 2014 16:49:17 +0100 by phpDocumentor 1.4.1