mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
Move get_user_icon from ui.lib.php to UI::get_icon
This commit is contained in:
parent
80b618ba40
commit
a12679b13d
32 changed files with 119 additions and 131 deletions
|
@ -48,5 +48,5 @@ echo 'var types = $H(\'';
|
|||
echo arrayToJSON($search->types) . "'.evalJSON());\n";
|
||||
echo 'var basetypes = $H(\'';
|
||||
echo arrayToJSON($search->basetypes) . "'.evalJSON());\n";
|
||||
echo 'removeIcon = \'<a href="javascript: void(0)">' . get_user_icon('disable', T_('Remove')) . '</a>\';';
|
||||
echo 'removeIcon = \'<a href="javascript: void(0)">' . UI::get_icon('disable', T_('Remove')) . '</a>\';';
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue