File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/product_data/counters-a-tension/videos.php
<?php
$videos = [
[
'kaltura_key' => '23448353',
'entry_id' => '0_8c49ivk8',
'kaltura_player' => '1581693801',
],
];
foreach ($videos as $key => $video) { ?>
<div class="neutral_video_frame">
<h2><?php echo($_SESSION['taal_table']['text']['video']); ?></h2>
<script src="https://mobiledisplays.video/p/106/sp/10600/embedIframeJs/uiconf_id/<?php echo $video['kaltura_key']; ?>/partner_id/106?autoembed=true&entry_id=<?php echo $video['entry_id']; ?>&playerId=kaltura_player_<?php echo $video['kaltura_player']; ?>&cache_st=<?php echo $video['kaltura_player']; ?>&width=490&height=276&flashvars[autoPlay]=false"></script>
</div>
<?php if ($key != 0 && $key % 2 == 0) { ?>
<div class="clear_both"></div>
<?php
}
}
?>