Добавен видео плейър на началната страница #29

Merged
qweqq merged 3 commits from stream-player into master 2015-11-07 08:28:44 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ea461fd09a - Show all commits

View File

@ -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">

View File

@ -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');
} }