Monday 30 April 2007 12:24:34 am
I created a couple of content classes, and I want them to have their own icons. I added extension/myext/settings/override/icon.ini.append and added the right ClassIcons - ClassMap[myclass] = myicon.png The only problem is that eZ tries to load share/icons/crystal-admin/16x16_indexed/myicon.png I created extension/myext/share/icons/crystal-admin/16x16_indexed/myicon.png hoping it would "magically" grab the icon from there but it didn't. Is there a way I can get eZ to grab the icon from somewhere else than inside the crystal-admin theme, but still use the crystal-admin theme as the base theme?
|