Active
Project:
RootCandy
Version:
7.x-1.0-alpha1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2012 at 10:39 UTC
Updated:
24 Jan 2013 at 21:06 UTC
On every page, I get a watchdog warning about a missing icon:
* http://localhost/sites/all/themes/rootcandy/images/icons/i24/admin/admin...
Comments
Comment #1
tmedlen commentedAny update on this? I'm actually missing quite a few of them - most of the /i16/admin/ & /i32/admin/ and a few of the /i24/admin/
Comment #2
tmedlen commentedFigured out the problem is with how they are named, still using the Drupal 6 naming convention - an example would be the admin-build-themes.png - if you rename this to admin-appearance.png it will just work, since /admin/build/themes path is now /admin/appearance in D7. Hope this helps.