1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/plugin/Live/getUploadMenuButton.php
2022-06-28 14:52:44 -03:00

6 lines
No EOL
325 B
PHP

<li>
<a href="<?php echo "{$global['webSiteRootURL']}plugin/Live"; ?>" data-toggle="tooltip" title="<?php echo __($buttonTitle); ?>" data-placement="left"
class="faa-parent animated-hover">
<i class="fas fa-circle faa-flash" style="color: red;" ></i> <?php echo __($buttonTitle); ?>
</a>
</li>