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