root/trunk/app/views/layouts/pdf.ctp
| Revision 474, 98 bytes (checked in by aarkerio, 5 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | header('Content-type: application/pdf; charset="utf-8"',true); |
| 3 | echo $content_for_layout; |
| 4 | ?> |
Note: See TracBrowser
for help on using the browser.
