mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-09 14:39:07 -04:00
5 lines
207 B
PHP
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>
|