English « Need Help « Changing the Skeleton theme slightly «
Changing the Skeleton theme slightly
| « Previous |
Comment inspired from Boen, Jan
Jan: My suggestion was only aiming to replace some text by a background image. If you want to get a clickable image, why not derive a skin of your own? You could then change
template.php to customize it to your needs, with code like the following:
echo '<p id="header_title">'
.'<a href="'.$context['url_to_root'].'" title="'.encode_field(i18n::s('Front page')).'" accesskey="1">'
.'<img src="path/to/logo.png" /></a></p>'."\n";
by Bernard Paques on Oct. 5 2009










