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

9 lines
105 B
PHP
Executable file

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