툴팁 준비

This commit is contained in:
2018-07-11 01:15:22 +09:00
parent d1af971d9a
commit 99e29a586e
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<div class="tooltip"><?=$text?>
<?php if(isset($info)):?>
<span class="tooltiptext">
<?=$info?>
</span>
<?php endif;?>
</div>