aboutsummaryrefslogtreecommitdiff
path: root/mod/videolist/views/default/videolist/watch/bliptv.php
blob: ae3d75901e8ce5f1cd030eaef4183c646fa7818b (plain)
1
2
3
4
5
6
<?php

$embedurl = $vars['entity']->embedurl;
$embedurl = preg_replace('/https?:/', 'https:', $embedurl);

echo "<iframe src=\"$embedurl\" frameborder=\"0\" allowfullscreen></iframe>";