ueberschriften

This commit is contained in:
Martin Müller 2014-04-24 10:48:55 +02:00
parent 80ef81a306
commit c5fa02f17d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php <?php
header("Content-type: application/pdf"); header("Content-type: application/pdf");
echo $content_for_layout; echo $content_for_layout;
?> ?>

View File

@ -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;
?> ?>