cmc-sales/views/layouts/minimal.ctp

9 lines
108 B
Plaintext
Raw Normal View History

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