[horde] horde5 themes
Andreas Schulze
sca at andreasschulze.de
Tue Jul 23 13:48:29 UTC 2013
Hello,
I tried to replace the hordelogo in the upper left corner.
I read http://wiki.horde.org/Doc/Dev/ThemesH5 and created
horde/themes/mytheme/
I added horde/themes/mytheme/info.php:
<?php
$theme_name = _("My Theme");
Then I put my image (nearly same size) as
horde/themes/mytheme/graphics/logo.png
No success. I cleared any caches.
I had to add a cssfile horde/themes/mytheme/screen.css
#horde-logo {
float: left;
width: 83;
height: 31px;
background-image: url("graphics/logo.png");
background-repeat: no-repeat;
}
Then my image was visible...
Reading the wiki I didn't expect the need to setup css.
Thanks
More information about the horde
mailing list