diff --git a/front-page.php b/front-page.php index abb23f3..c614c26 100644 --- a/front-page.php +++ b/front-page.php @@ -1,4 +1,257 @@ + + + + + + +
+

Streaming |

+

+

+

+ +

+

+ RTMP | HLS +

+

+

+
+ + +
+ +
diff --git a/functions.php b/functions.php index c3c2a7c..4cc3b5a 100644 --- a/functions.php +++ b/functions.php @@ -335,4 +335,11 @@ if (function_exists("pll_register_string")) { pll_register_string('hall3','G1'); pll_register_string('hall4','Пловдив'); pll_register_string('hall5','Бургас'); + pll_register_string('bulgaria_hall','BULGARIA_HALL'); + pll_register_string('chamber_hall','CHAMBER_HALL'); + pll_register_string('music_hall','MUSIC_HALL'); + pll_register_string('low_quality','LOW_QUALITY'); + pll_register_string('normal_quality','NORMAL_QUALITY'); + pll_register_string('high_quality','HIGH_QUALITY'); + pll_register_string('all_streams','ALL_STREAMS'); }