diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-10-14 21:32:52 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-10-14 21:32:52 +0200 |
commit | 5e35ae2a19fba9e79a1b71d951d7f322b864c001 (patch) | |
tree | f21bfc4c58c7b322a330b4aae1f5e828163bfef7 | |
parent | 892ab6b0dff281c02a674c01c3c59d2112ab49d0 (diff) | |
download | rpg-5e35ae2a19fba9e79a1b71d951d7f322b864c001.tar.gz rpg-5e35ae2a19fba9e79a1b71d951d7f322b864c001.tar.bz2 |
added missing file icon #589
darcs-hash:20051014193252-7ad00-8f7fdf928fb5a48085749ad2cb923a5cebf701fb.gz
-rw-r--r-- | file.png | bin | 0 -> 377 bytes | |||
-rw-r--r-- | inc/parser/xhtml.php | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/file.png b/file.png Binary files differnew file mode 100644 index 000000000..a723c74f0 --- /dev/null +++ b/file.png diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index fb833cc4e..037bb24d6 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -723,7 +723,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { }elseif(@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.gif')){ $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.'.gif)'; }else{ - $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/file.gif)'; + $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/file.png)'; } $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true); } @@ -769,7 +769,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { }elseif(@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.gif')){ $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.'.gif)'; }else{ - $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/file.gif)'; + $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/file.png)'; } } |