cmc-sales/app/views/layouts/pdf.ctp
2013-03-23 16:25:52 +11:00

4 lines
74 B
PHP
Executable file

<?
//header("Content-type: application/pdf");
echo $content_for_layout;
?>