Files
core/hwe/templates/tooltip.php
T
2018-07-11 01:15:22 +09:00

7 lines
149 B
PHP

<div class="tooltip"><?=$text?>
<?php if(isset($info)):?>
<span class="tooltiptext">
<?=$info?>
</span>
<?php endif;?>
</div>