diff --git a/lib/filelib.php b/lib/filelib.php index 524dc234d11..e814feeb4d0 100644 --- a/lib/filelib.php +++ b/lib/filelib.php @@ -1404,9 +1404,9 @@ function &get_mimetypes_array() { 'hpp' => array ('type'=>'text/plain', 'icon'=>'sourcecode'), 'hqx' => array ('type'=>'application/mac-binhex40', 'icon'=>'archive', 'groups'=>array('archive'), 'string'=>'archive'), 'htc' => array ('type'=>'text/x-component', 'icon'=>'markup'), - 'html' => array ('type'=>'text/html', 'icon'=>'markup', 'groups'=>array('web_file')), + 'html' => array ('type'=>'text/html', 'icon'=>'html', 'groups'=>array('web_file')), 'xhtml'=> array ('type'=>'application/xhtml+xml', 'icon'=>'markup', 'groups'=>array('web_file')), - 'htm' => array ('type'=>'text/html', 'icon'=>'markup', 'groups'=>array('web_file')), + 'htm' => array ('type'=>'text/html', 'icon'=>'html', 'groups'=>array('web_file')), 'ico' => array ('type'=>'image/vnd.microsoft.icon', 'icon'=>'image', 'groups'=>array('image'), 'string'=>'image'), 'ics' => array ('type'=>'text/calendar', 'icon'=>'text'), 'isf' => array ('type'=>'application/inspiration', 'icon'=>'isf'), diff --git a/pix/f/html-128.png b/pix/f/html-128.png new file mode 100644 index 00000000000..e44549d9e2f Binary files /dev/null and b/pix/f/html-128.png differ diff --git a/pix/f/html-24.png b/pix/f/html-24.png new file mode 100644 index 00000000000..cbb1015dd8b Binary files /dev/null and b/pix/f/html-24.png differ diff --git a/pix/f/html-256.png b/pix/f/html-256.png new file mode 100644 index 00000000000..cc2790412f9 Binary files /dev/null and b/pix/f/html-256.png differ diff --git a/pix/f/html-32.png b/pix/f/html-32.png new file mode 100644 index 00000000000..4e2728176f7 Binary files /dev/null and b/pix/f/html-32.png differ diff --git a/pix/f/html-48.png b/pix/f/html-48.png new file mode 100644 index 00000000000..b0d704b62b0 Binary files /dev/null and b/pix/f/html-48.png differ diff --git a/pix/f/html-64.png b/pix/f/html-64.png new file mode 100644 index 00000000000..48066a89923 Binary files /dev/null and b/pix/f/html-64.png differ diff --git a/pix/f/html-72.png b/pix/f/html-72.png new file mode 100644 index 00000000000..80837affbd1 Binary files /dev/null and b/pix/f/html-72.png differ diff --git a/pix/f/html-80.png b/pix/f/html-80.png new file mode 100644 index 00000000000..69cf8b9994c Binary files /dev/null and b/pix/f/html-80.png differ diff --git a/pix/f/html-96.png b/pix/f/html-96.png new file mode 100644 index 00000000000..8cc855d7689 Binary files /dev/null and b/pix/f/html-96.png differ diff --git a/pix/f/html.gif b/pix/f/html.gif new file mode 100644 index 00000000000..745ef3462c7 Binary files /dev/null and b/pix/f/html.gif differ