diff --git a/Base/etc/FileIconProvider.ini b/Base/etc/FileIconProvider.ini index 4dc9e2eebd..f6793ea55d 100644 --- a/Base/etc/FileIconProvider.ini +++ b/Base/etc/FileIconProvider.ini @@ -5,6 +5,7 @@ form=*.frm header=*.h,*.hpp,*.hxx,*.hh,*.h++ html=*.html,*.htm css=*.css +php=*.php,*.phtml,*.php3,*.php4,*.php5,*.phps ini=*.ini java=*.java javascript=*.js,*.mjs diff --git a/Base/res/icons/16x16/filetype-php.png b/Base/res/icons/16x16/filetype-php.png new file mode 100644 index 0000000000..8090c3f81c Binary files /dev/null and b/Base/res/icons/16x16/filetype-php.png differ diff --git a/Base/res/icons/32x32/filetype-php.png b/Base/res/icons/32x32/filetype-php.png new file mode 100644 index 0000000000..92f66e9c08 Binary files /dev/null and b/Base/res/icons/32x32/filetype-php.png differ