cmc-sales/views/elements/tipbox.ctp

7 lines
114 B
Plaintext
Raw Normal View History

2009-02-03 21:28:46 -08:00
<div class="tipbox">
<?php echo $html->image('tip.png'); ?>
<span class="tip">
<?php echo $tip; ?>
</span>
</div>