diff options
Diffstat (limited to 'templates/show_live_stream.inc.php')
-rw-r--r-- | templates/show_live_stream.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_live_stream.inc.php b/templates/show_live_stream.inc.php index ce2613f6..4cf52c27 100644 --- a/templates/show_live_stream.inc.php +++ b/templates/show_live_stream.inc.php @@ -24,7 +24,7 @@ <div id="information_actions"> <ul> <li> - <a href="<?php echo Config::get('web_path'); ?>/radio.php?action=show_create"><?php echo get_user_icon('add', T_('Add')); ?></a> <?php echo T_('Add Radio Station'); ?> + <a href="<?php echo Config::get('web_path'); ?>/radio.php?action=show_create"><?php echo UI::get_icon('add', T_('Add')); ?></a> <?php echo T_('Add Radio Station'); ?> </li> </ul> </div> |