4 lines
255 B
PHP
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>
|