[Tickets #6105] graphics directory and mozilla theme
bugs at horde.org
bugs at horde.org
Sat Jan 12 07:29:04 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6105
-----------------------------------------------------------------------
Ticket | 6105
Created By | tinu at humbapa.ch
Summary | graphics directory and mozilla theme
Queue | Horde Base
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
tinu at humbapa.ch (2008-01-12 02:29) wrote:
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!
More information about the bugs
mailing list