cmc-sales/views/layouts/pdf.ctp

5 lines
67 B
Plaintext
Raw Normal View History

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