6.0.0-alpha14
7/1/25

[#6105] graphics directory and mozilla theme
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

History
01/14/2008 03:10:36 AM Chuck Hagenbuch Comment #3
Assigned to Chuck Hagenbuch
Taken from Horde DevelopersHorde Developers
State ⇒ Resolved
Reply to this comment
Added.
01/12/2008 09:23:37 AM Jan Schneider Comment #2
State ⇒ Assigned
Assigned to Horde DevelopersHorde Developers
Reply to this comment
A solution might be to add a placeholder file into the theme directory 
if it provides icons. Shouldn't be more expensive than checking for a 
directory existence.
01/12/2008 07:29:04 AM tinu (at) humbapa (dot) ch Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ graphics directory and mozilla theme
Queue ⇒ Horde Base
State ⇒ Unconfirmed
Reply to this comment
the mozilla theme has a graphics directory with just 3 images in it. 
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!

Saved Queries