aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/player/slides.phtml
blob: f26163af9848876b6ddbc85795819e147398d407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<img
	width="1024"
	height="576"

	data-src="<?=h(link_stream('slide', $room, null, $translated))?>"

	alt="<?=h($title)?>"
	class="slide template"
/>

<div class="slide-audio">
	<? include('audio.phtml') ?>
</div>