Esempio n. 1
0
 function getfilesRemove()
 {
     $img = Icons::toImageFile("filesRemove");
     $alt = "Remove the playlist";
     return Icons::toImageTag($img, $alt);
 }