root/trunk/app/views/layouts/pdf.ctp

Revision 474, 98 bytes (checked in by aarkerio, 5 months ago)

Improved helper

Line 
1<?php
2header('Content-type: application/pdf; charset="utf-8"',true);
3echo $content_for_layout;
4?>
Note: See TracBrowser for help on using the browser.