Skip to content

Commit

Permalink
New mimetype for Inspiration application.
Browse files Browse the repository at this point in the history
Icon and code patch from Julian Ridden.
  • Loading branch information
ikawhero committed May 3, 2007
1 parent 27f95e9 commit 08297dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/filelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ function get_mimetypes_array() {
'html' => array ('type'=>'text/html', 'icon'=>'html.gif'),
'xhtml'=> array ('type'=>'application/xhtml+xml', 'icon'=>'html.gif'),
'htm' => array ('type'=>'text/html', 'icon'=>'html.gif'),
'ico' => array ('type'=>'image/vnd.microsoft.icon', 'icon'=>'image.gif'),
'ico' => array ('type'=>'image/vnd.microsoft.icon', 'icon'=>'image.gif'),
'isf' => array ('type'=>'application/inspiration', 'icon'=>'isf.gif'),
'ist' => array ('type'=>'application/inspiration.template', 'icon'=>'isf.gif'),
'java' => array ('type'=>'text/plain', 'icon'=>'text.gif'),
'jcb' => array ('type'=>'text/xml', 'icon'=>'jcb.gif'),
'jcl' => array ('type'=>'text/xml', 'icon'=>'jcl.gif'),
Expand Down
Binary file added pix/f/isf.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08297dc

Please sign in to comment.