cmc-sales/views/elements/tipbox.ctp
Karl Cordes 4347aee5f0 Changes
2009-11-04 17:12:12 +11:00

7 lines
114 B
PHP
Executable file

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