Browse Source

remove html into pdf filename

Juan Carlos Raña 14 years ago
parent
commit
2b919a0e6f
1 changed files with 1 additions and 1 deletions
  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->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->SetAuthor('Documents Chamilo');