halgatewood / file-directory-list

Free Super Clean PHP File Directory Listing Script
https://halgatewood.com/free/file-directory-list/
360 stars 151 forks source link

Adding Icons #30

Open RiPPERD opened 3 years ago

RiPPERD commented 3 years ago

Hello,

Recently found this via a friend but i want to add an icon for APK files... how would i do this please?

Thanks in advanced

dtmpsc commented 1 year ago

Just in case someone is still in need of this info, You can add other extensions in the top of the script starting on line 91 in the CSS section. Notice that all the icons are in one png with each icons coordinates specified. You can edit the png and add your new icon to the end of the line (you'll need a graphics editor) or change an existing icon (like the flash icons).

e.g. You could change the shockwave flash icon to apk on line 98 like this: .apk { background-position: -400px 0 !important; }