When I as logo type use TEXT, then click on this logo text only give # to current URL adress and link to home page work not. (When I use image, is this OK.)
http://penzion.ckasa.cz/2011-10-05-10-0 ... apartmany#
<h1 class="gkLogo text">
<a href="#"><?php echo $this->getParam('logo_text', ''); ?></a>
<small class="gkLogoSlogan"><?php echo $this->getParam('logo_slogan', ''); ?></small>
</h1>
<h1 class="gkLogo text">
<a href="./"><?php echo $this->getParam('logo_text', ''); ?></a>
<small class="gkLogoSlogan"><?php echo $this->getParam('logo_slogan', ''); ?></small>
</h1>