blob: 01cd0b41238edad274449ab1e5dad66635f989e2 (
plain)
1
2
3
|
<?php function c_video(string $id): void { ?>
<iframe allowfullscreen src="/video.php?v=<?= htmlentities(urlencode($id)) ?>" style="border:none;width:342px;height:291px"></iframe>
<?php } ?>
|