This website requires JavaScript.
Explore
Help
Sign In
miconware
/
dreamjob
Watch
2
Star
0
Fork
You've already forked dreamjob
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e041210296
dreamjob
/
app
/
View
/
Layouts
/
pdf.ctp
5 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
pdf
2014-04-22 20:50:23 +02:00
<?php
ueberschriften
2014-04-24 10:38:46 +02:00
header("Content-type: application/pdf");
echo $content_for_layout;
ueberschriften
2014-04-24 10:48:55 +02:00
?>