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 | 01/12/2008 (6380 days ago) |
Due | |
Updated | 01/14/2008 (6378 days ago) |
Assigned | 01/12/2008 (6380 days ago) |
Resolved | 01/14/2008 (6378 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
Taken from
State ⇒ Resolved
State ⇒ Assigned
Assigned to
if it provides icons. Shouldn't be more expensive than checking for a
directory existence.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ graphics directory and mozilla theme
Queue ⇒ Horde Base
State ⇒ Unconfirmed
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!