1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/view/include/socialModal.php
Caleb Mazalevskis 27a7925b98
Refactor.
2022-01-06 21:44:29 +08:00

7 lines
No EOL
257 B
PHP

<?php
$social = getSocialModal($video['id'], @$url, @$title);
?>
<button class="btn btn-primary" onclick="showSharing<?php echo $social['id']; ?>()">
<span class="fa fa-share"></span> <?php echo __("Share"); ?>
</button>
<?php echo $social['html']; ?>