diff --git a/lib/classes/filetypes.php b/lib/classes/filetypes.php index 34b8a6eacd2..258170d8af3 100644 --- a/lib/classes/filetypes.php +++ b/lib/classes/filetypes.php @@ -114,6 +114,7 @@ abstract class core_filetypes { 'gzip' => array('type' => 'application/g-zip', 'icon' => 'archive', 'groups' => array('archive'), 'string' => 'archive'), 'h' => array('type' => 'text/plain', 'icon' => 'sourcecode'), + 'h5p' => array('type' => 'application/zip', 'icon' => 'h5p', 'string' => 'archive'), 'hpp' => array('type' => 'text/plain', 'icon' => 'sourcecode'), 'hqx' => array('type' => 'application/mac-binhex40', 'icon' => 'archive', 'groups' => array('archive'), 'string' => 'archive'), diff --git a/pix/f/h5p-180.png b/pix/f/h5p-180.png new file mode 100644 index 00000000000..8e2e824aa40 Binary files /dev/null and b/pix/f/h5p-180.png differ diff --git a/pix/f/h5p-24.png b/pix/f/h5p-24.png new file mode 100644 index 00000000000..b3554abbf02 Binary files /dev/null and b/pix/f/h5p-24.png differ diff --git a/pix/f/h5p-256.png b/pix/f/h5p-256.png new file mode 100644 index 00000000000..5beca83ad08 Binary files /dev/null and b/pix/f/h5p-256.png differ diff --git a/pix/f/h5p-48.png b/pix/f/h5p-48.png new file mode 100644 index 00000000000..227b8dd7048 Binary files /dev/null and b/pix/f/h5p-48.png differ diff --git a/pix/f/h5p-64.png b/pix/f/h5p-64.png new file mode 100644 index 00000000000..cdd1c9b1bc6 Binary files /dev/null and b/pix/f/h5p-64.png differ diff --git a/pix/f/h5p-72.png b/pix/f/h5p-72.png new file mode 100644 index 00000000000..a6e4b564d09 Binary files /dev/null and b/pix/f/h5p-72.png differ diff --git a/pix/f/h5p-80.png b/pix/f/h5p-80.png new file mode 100644 index 00000000000..dba1aeba982 Binary files /dev/null and b/pix/f/h5p-80.png differ diff --git a/pix/f/h5p-96.png b/pix/f/h5p-96.png new file mode 100644 index 00000000000..9b7c2f2f3a9 Binary files /dev/null and b/pix/f/h5p-96.png differ diff --git a/pix/f/h5p.png b/pix/f/h5p.png new file mode 100644 index 00000000000..1747be35e18 Binary files /dev/null and b/pix/f/h5p.png differ