cooldman69 14 years, 10 months ago How can I make the main logo at the top become an image link and link back to the home page (like the base url)?
dryabov 14 years, 9 months ago In template: <a href="/<?php echo $this->baseurl;?>"><img src="/logo" border="0" /></a>