add about event on top
This commit is contained in:
parent
d4286f4688
commit
6d293220ec
|
@ -940,4 +940,9 @@ footer.entry-footer {
|
|||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
section.subtitle_content {
|
||||
background: #f0f0f0;
|
||||
padding: 10px;
|
||||
text-align: justify;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -6,10 +6,9 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
<section class="content subtitle_content">
|
||||
<?php
|
||||
// set this to 0 if there is something not working with the stream player code
|
||||
// (people will still have the Streaming page with all the links to the streams)
|
||||
if (0) {
|
||||
echo '<h1>'.e_('about_event').'</h1>';
|
||||
?>
|
||||
<script>
|
||||
var g_streams_info = [
|
||||
|
|
|
@ -371,4 +371,5 @@ if (function_exists("pll_register_string")) {
|
|||
pll_register_string('all_streams','ALL_STREAMS');
|
||||
pll_register_string('tba','TBA');
|
||||
pll_register_string('feedback','Submit feedback');
|
||||
pll_register_string('about_event','about_event');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue