new icons added to array

This commit is contained in:
Florin-Ciprian Bodin
2021-05-10 19:59:16 +03:00
parent 7a3795f700
commit 1f62d38dd1

View File

@@ -70,7 +70,16 @@ class Icon
'rar', 'rpm', 'sar', 'sea', 'sit', 'taz', 'tbz', 'tbz2',
'tgz', 'tz', 'tzb', 'uc2', 'xxe', 'yz', 'z', 'zip', 'zoo'),
'dll' => array('386', 'db', 'dll', 'ocx', 'sdb', 'vxd'),
'doc' => array('abw', 'ans', 'chm', 'cwk', 'dif', 'doc', 'dot',
'fnt' => array('fnt', 'bdf'),
'fon' => array('fon'),
'ttf' => array('ttf'),
'otf' => array('otf'),
'sfd' => array('sfd'),
'afm' => array('afm'),
'eot' => array('eot'),
'woff' => array('woff'),
'woff2' => array('woff2'),
'doc' => array('abw', 'ans', 'chm', 'cwk', 'dif', 'doc', 'docx', 'dot',
'mcw', 'msw', 'pdb', 'psw', 'rtf', 'rtx', 'sdw', 'stw', 'sxw',
'vor', 'wk4', 'wkb', 'wpd', 'wps', 'wpw', 'wri', 'wsd'),
'image' => array('adc', 'art', 'bmp', 'cgm', 'dib', 'gif', 'ico',
@@ -91,7 +100,7 @@ class Icon
'pdf' => array('edn', 'fdf', 'pdf', 'pdp', 'pdx'),
'php' => array('inc', 'php', 'php3', 'php4', 'php5', 'phps',
'phtml'),
'ppt' => array('emf', 'pot', 'ppa', 'pps', 'ppt', 'sda', 'sdd',
'ppt' => array('emf', 'pot', 'ppa', 'pps', 'ppt', 'pptx', 'sda', 'sdd',
'shw', 'sti', 'sxi'),
'ps' => array('ai', 'eps', 'ps'),
'sound' => array('aac', 'ac3', 'aif', 'aifc', 'aiff', 'ape', 'apl',