cmc-sales/app/views/elements/tipbox.ctp
2013-03-23 16:25:52 +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>