Forums / Setup & design / mimetype_icon only shows 16x16

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

mimetype_icon only shows 16x16

Author Message

Jeroen Sangers

Tuesday 04 July 2006 10:22:25 am

In ezbinaryfile.tpl, mimetype_icon is called with icon size set to normal. According to the icon.ini this should result in a 32x32 icon, but a 16x16 icon is returned instead. Is this a bug in mimetype_icon or did I do something wrong?

Łukasz Serwatka

Wednesday 05 July 2006 12:18:02 am

Can you please report this issue in bug tracker? Thank you.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Jeroen Sangers

Wednesday 05 July 2006 1:49:20 am

Sorry, this is not a bug, just some temporary blindness of me.
What is mentioned in ezbinaryfile.tpl is the default size. The template in which the icon appears passed the parameter size='small', so therefore the default was not used.