Initial revision
This commit is contained in:
parent
bb66c11a6a
commit
01e11d7871
41 changed files with 5420 additions and 3155 deletions
|
|
@ -176,6 +176,10 @@ sub getIcon {
|
|||
$icon .= "exe.gif";
|
||||
} elsif (isIn($extension, qw(sit hqx))) {
|
||||
$icon .= "sit.gif";
|
||||
} elsif (isIn($extension, qw(dwg dwf))) {
|
||||
$icon .= "dwg.gif";
|
||||
} elsif (isIn($extension, qw(indd p65))) {
|
||||
$icon .= "indd.gif";
|
||||
} elsif (isIn($extension, qw(tgz gz tar Z))) {
|
||||
$icon .= "gz.gif";
|
||||
} elsif ($extension eq "rar") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue