From a12679b13d8d06c87308b1d26bc23c6b4fa5d92e Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 02:19:06 -0500 Subject: Move get_user_icon from ui.lib.php to UI::get_icon --- templates/show_song.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/show_song.inc.php') diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index 527862c5..e3b2a279 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -33,8 +33,8 @@ $button_flip_state_id = 'button_flip_state_' . $song->id;
id,'add', T_('Add'),'add_song_' . $song->id); ?> - - + + -- cgit