Add gettext wrapper function to string missing it
This commit is contained in:
parent
9755ea6a20
commit
22e4811b22
|
@ -1,6 +1,6 @@
|
||||||
<div id="content" class="jp-container">
|
<div id="content" class="jp-container">
|
||||||
<h1><? echo _("Live stream") ?></h1>
|
<h1><? echo _("Live stream") ?></h1>
|
||||||
<a id="popup-link" href="#">Share</a>
|
<a id="popup-link" href="#"><?php echo _("Share") ?></a>
|
||||||
<?php $ids = Application_Model_StreamSetting::getEnabledStreamIds(); ?>
|
<?php $ids = Application_Model_StreamSetting::getEnabledStreamIds(); ?>
|
||||||
<script>
|
<script>
|
||||||
function setjPlayer(url, type, serverType){
|
function setjPlayer(url, type, serverType){
|
||||||
|
|
Loading…
Reference in New Issue