Skip to content
Snippets Groups Projects
Commit 1512f40d authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fix for icons in mediamanager #771

darcs-hash:20060331080812-7ad00-45251cae2920cf73930be91f2b4f5768619b1b9c.gz
parent a9b9af8c
No related branches found
No related tags found
No related merge requests found
......@@ -699,6 +699,8 @@ function tpl_mediafilelist(){
list($ext,$mime) = mimetype($item['file']);
$class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
$class = ' class="mediafile mf_'.$class.'"';
}else{
$class = '';
}
ptln('<li><div class="li">',4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment