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