init
This commit is contained in:
34
modules/templates/Other/e5/subfooter.php
Executable file
34
modules/templates/Other/e5/subfooter.php
Executable file
@@ -0,0 +1,34 @@
|
||||
<?
|
||||
error_reporting(0);
|
||||
|
||||
|
||||
//payment conditions
|
||||
if(!empty($this->ecmpaymentcondition_text)) {
|
||||
$pdf->Ln(4);
|
||||
$pdf->SetFont('arialpl','','8');
|
||||
$pdf->MultiCell(0,4,$this->ecmpaymentcondition_text,0,'L');
|
||||
}
|
||||
|
||||
//delivery conditions
|
||||
if(!empty($this->ecmdeliverycondition_text)) {
|
||||
$pdf->Ln(4);
|
||||
$pdf->SetFont('arialpl','','8');
|
||||
$pdf->MultiCell(0,4,$this->ecmdeliverycondition_text,0,'L');
|
||||
}
|
||||
|
||||
|
||||
//footer text
|
||||
|
||||
if($this->description){
|
||||
$pdf->Ln(10);
|
||||
|
||||
$pdf->SetFont('arialpl','','10');
|
||||
|
||||
$pdf->MultiCell(0,4,$this->description,0,'J');
|
||||
}
|
||||
|
||||
|
||||
//header text
|
||||
/**/
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user