aboutsummaryrefslogtreecommitdiff
path: root/templates/shared/tooltip.php
blob: a97c73f275919a6d8639c8d074f8582a7d6673a3 (plain)
1
2
3
4
5
<span class="tooltip tooltip-icon <? if ($important) echo 'tooltip-important'; ?>" data-tooltip <? if (!$html) printf('title="%s"', htmlReady($text)) ?> tabindex="0">
<? if ($html): ?>
    <span class="tooltip-content"><?= $text ?></span>
<? endif; ?>
</span>