1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00
Oinktube/plugin/Live/getUploadMenuButton.php
2022-01-06 21:30:01 +08:00

6 lines
No EOL
342 B
PHP

<li>
<a href="#" onclick="avideoModalIframeFull(webSiteRootURL+'plugin/Live');return false;" 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>