dreamjob/app/View/Layouts/pdf.ctp

5 lines
77 B
Plaintext
Raw Normal View History

2014-04-22 20:50:23 +02:00
<?php
2014-04-24 10:38:46 +02:00
header("Content-type: application/pdf");
echo $content_for_layout;
2014-04-22 20:50:23 +02:00
?>