7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
|
|
<div class="tipbox">
|
||
|
|
<?php echo $html->image('tip.png'); ?>
|
||
|
|
<span class="tip">
|
||
|
|
<?php echo $tip; ?>
|
||
|
|
</span>
|
||
|
|
</div>
|