Преглед на файлове

remove html into pdf filename

Juan Carlos Raña преди 14 години
родител
ревизия
2b919a0e6f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      main/document/export_htmldoc2pdf.php

+ 1 - 1
main/document/export_htmldoc2pdf.php

@@ -75,7 +75,7 @@ $pdf->defaultfooterfontsize = 12;	// in pts
 $pdf->defaultfooterfontstyle = B;	// blank, B, I, or BI
 $pdf->defaultfooterfontstyle = B;	// blank, B, I, or BI
 $pdf->defaultfooterline = 1;		// 1 to include line below header/above footer
 $pdf->defaultfooterline = 1;		// 1 to include line below header/above footer
 
 
-$pdf->SetHeader($head_title_filename.'|||');
+$pdf->SetHeader($head_title_filename.'|||');// ('{DATE j-m-Y}|{PAGENO}/{nb}|'.$title);
 $pdf->SetFooter('||{PAGENO}');		// defines footer for Odd and Even Pages - placed at Outer margin
 $pdf->SetFooter('||{PAGENO}');		// defines footer for Odd and Even Pages - placed at Outer margin
 
 
 $pdf->SetAuthor('Documents Chamilo');
 $pdf->SetAuthor('Documents Chamilo');