cmc-sales/views/layouts/minimal.ctp

9 lines
105 B
Plaintext
Raw Normal View History

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