summaryrefslogtreecommitdiff
path: root/includes/desktop/components/video.php
blob: 3734fe50688b1e6a2196a9ab8d2489169a9113f9 (plain)
1
2
3
<?php function c_video(string $id): void { ?>
<iframe src="/video.php?v=<?= htmlentities(urlencode($id)) ?>" frameBorder="0" border="0" width="342" height="291"></iframe>
<?php } ?>