Add gettext wrapper function to string missing it

This commit is contained in:
denise 2013-01-08 16:51:11 -05:00
parent 9755ea6a20
commit 22e4811b22
1 changed files with 1 additions and 1 deletions

View File

@ -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){