Summary | graphics directory and mozilla theme |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | tinu (at) humbapa (dot) ch |
Created | 2008-01-12 (4756 days ago) |
Due | |
Updated | 2008-01-14 (4754 days ago) |
Assigned | 2008-01-12 (4756 days ago) |
Resolved | 2008-01-14 (4754 days ago) |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
Taken from
State ⇒ Resolved
Assigned to
State ⇒ Assigned
if it provides icons. Shouldn't be more expensive than checking for a
directory existence.
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ graphics directory and mozilla theme
Queue ⇒ Horde Base
since getImageDir() in framework/Horde/Horde/Registry.php only checks
if the graphics directory exists, the mozilla theme now looks pretty
ugly :-)
my short solution was to create symbolic links to the missing images.
eg.: cd horde/themes/mozilla/graphics; for f in ../../graphics/*; do
ln -s $f; done
thanks!