Skip to content

Commit

Permalink
fixed bug #10150: Account for Office 2007 file extensions to show non
Browse files Browse the repository at this point in the history
generic icons for uploaded files
  • Loading branch information
thraxisp committed Feb 26, 2009
1 parent e7c9c2e commit c5a8347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config_defaults_inc.php
Expand Up @@ -2931,6 +2931,7 @@
'csv' => 'csv.gif',
'cxx' => 'cpp.gif',
'doc' => 'doc.gif',
'docx' => 'doc.gif',
'dot' => 'doc.gif',
'eml' => 'eml.gif',
'htm' => 'html.gif',
Expand All @@ -2954,6 +2955,7 @@
'pot' => 'pot.gif',
'pps' => 'pps.gif',
'ppt' => 'ppt.gif',
'pptx' => 'ppt.gif',
'pub' => 'pub.gif',
'rar' => 'zip.gif',
'reg' => 'reg.gif',
Expand All @@ -2977,6 +2979,7 @@
'wri' => 'wri.gif',
'xlk' => 'xls.gif',
'xls' => 'xls.gif',
'xlsx' => 'xls.gif',
'xlt' => 'xlt.gif',
'xml' => 'xml.gif',
'zip' => 'zip.gif',
Expand Down

0 comments on commit c5a8347

Please sign in to comment.