summaryrefslogtreecommitdiffstats
path: root/templates/show_democratic.inc.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 02:19:06 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 02:19:06 -0500
commita12679b13d8d06c87308b1d26bc23c6b4fa5d92e (patch)
treed78d1a63975bfe5760bed1e6c94d38237201d807 /templates/show_democratic.inc.php
parent80b618ba403d4560938cd1bfbed861994875d6c7 (diff)
downloadampache-a12679b13d8d06c87308b1d26bc23c6b4fa5d92e.tar.gz
ampache-a12679b13d8d06c87308b1d26bc23c6b4fa5d92e.tar.bz2
ampache-a12679b13d8d06c87308b1d26bc23c6b4fa5d92e.zip
Move get_user_icon from ui.lib.php to UI::get_icon
Diffstat (limited to 'templates/show_democratic.inc.php')
-rw-r--r--templates/show_democratic.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_democratic.inc.php b/templates/show_democratic.inc.php
index 5479f3b2..ed951c06 100644
--- a/templates/show_democratic.inc.php
+++ b/templates/show_democratic.inc.php
@@ -32,7 +32,7 @@ UI::show_box_top($string , 'info-box');
<?php } ?>
<?php if (Access::check('interface','75')) { ?>
<li>
- <a href="<?php echo Config::get('web_path'); ?>/democratic.php?action=manage"><?php echo get_user_icon('server_lightning', T_('Configure Democratic Playlist')); ?></a>
+ <a href="<?php echo Config::get('web_path'); ?>/democratic.php?action=manage"><?php echo UI::get_icon('server_lightning', T_('Configure Democratic Playlist')); ?></a>
<?php echo T_('Configure Democratic Playlist'); ?>
</li>
<?php if ($democratic->is_enabled()) { ?>