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

9 lines
105 B
PHP
Executable file

<?
echo $html->css('email');
?>
<body>
<div id="content">
<? echo $content_for_layout; ?>
</div>
</body>