Files
d-t-n.org/production/site/en/video.php
2017-03-02 21:36:05 -06:00

4 lines
255 B
PHP

<h1>Video: <?php echo $this->data['video']->name ?></h1>
<div class='video'>
<embed src="/site/data/photosandvideos/videos/<?php echo $this->data['video']->file ?>" width='320' height='255' pluginspage="http://www.apple.com/quicktime/"></embed>
</div>