cmc-sales/php/app/views/layouts/pdf.ctp

4 lines
74 B
PHP
Executable file

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