Добавен видео плейър на началната страница #29
|
@ -78,7 +78,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<h3>Streaming | <small><a href="streaming">всички зали</a></small></h3>
|
<h3>Streaming | <small><a href="streaming"><?php echo htmlentities(pll__('ALL_STREAMS'));?></a></small></h3>
|
||||||
<h3 id="of-stream-halls-container" class="ofhr-text-center">
|
<h3 id="of-stream-halls-container" class="ofhr-text-center">
|
||||||
</h3>
|
</h3>
|
||||||
<p id="of-stream-iframe-container">
|
<p id="of-stream-iframe-container">
|
||||||
|
|
|
@ -341,4 +341,5 @@ if (function_exists("pll_register_string")) {
|
||||||
pll_register_string('low_quality','LOW_QUALITY');
|
pll_register_string('low_quality','LOW_QUALITY');
|
||||||
pll_register_string('normal_quality','NORMAL_QUALITY');
|
pll_register_string('normal_quality','NORMAL_QUALITY');
|
||||||
pll_register_string('high_quality','HIGH_QUALITY');
|
pll_register_string('high_quality','HIGH_QUALITY');
|
||||||
|
pll_register_string('all_streams','ALL_STREAMS');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue