コード例 #1
0
ファイル: icons.php プロジェクト: 0x27/mrw-code
 function getfilesRemove()
 {
     $img = Icons::toImageFile("filesRemove");
     $alt = "Remove the playlist";
     return Icons::toImageTag($img, $alt);
 }