Files
gallery3/modules/gallery/views/movieplayer.html.php
2021-02-17 16:04:35 -08:00

5 lines
207 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div <?= html::attributes($div_attrs) ?>>
<video <?= html::attributes($source_attrs) ?> <?= html::attributes($video_attrs) ?>></video>
</div>