Files
core/hwe/templates/tooltip.php
T
2019-09-21 18:09:37 +09:00

6 lines
216 B
PHP

<span class="obj_tooltip" data-toggle="tooltip" data-placement="top"
><span <?=isset($style)?"style=\"$style\"":''?>><?=$text??''?></span
><span class="tooltiptext"
><?=$info??''
?></span
></span>