init
This commit is contained in:
15
modules/templates/EcmQuotes/hoffmann/subfooter.php
Executable file
15
modules/templates/EcmQuotes/hoffmann/subfooter.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?
|
||||
|
||||
if($this->footer_text != '') {
|
||||
//footer text
|
||||
$pdf->Ln(8);
|
||||
$pdf->SetFont('courier','','10');
|
||||
$pdf->MultiCell(0,4,$this->footer_text,0,'J');
|
||||
}
|
||||
|
||||
if($this->ads_text != '') {
|
||||
//ads text
|
||||
$pdf->Ln(8);
|
||||
$pdf->SetFont('courier','','10');
|
||||
$pdf->MultiCell(0,4,$this->ads_text,0,'J');
|
||||
}
|
||||
Reference in New Issue
Block a user