cmc-sales/views/elements/tipbox.ctp
2009-02-04 16:28:46 +11:00

7 lines
114 B
PHP

<div class="tipbox">
<?php echo $html->image('tip.png'); ?>
<span class="tip">
<?php echo $tip; ?>
</span>
</div>