ueberschriften
This commit is contained in:
parent
80ef81a306
commit
c5fa02f17d
|
@ -1,4 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
header("Content-type: application/pdf");
|
header("Content-type: application/pdf");
|
||||||
echo $content_for_layout;
|
echo $content_for_layout;
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -74,5 +74,5 @@ foreach($WORKER['DreamjobPageInh'] as $page){
|
||||||
//$tcpdf->Output('profil.pdf','I');
|
//$tcpdf->Output('profil.pdf','I');
|
||||||
// TO Download
|
// TO Download
|
||||||
$tcpdf->Output('profil.pdf','D');
|
$tcpdf->Output('profil.pdf','D');
|
||||||
|
return null;
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue