Hi,
how can I put a logo in .gif or .png on the right handside top corner instead of the "Register Now" button?
All help would be highly appreciated.
regards,
koko
<?php if($this->API->get('register_link', 1) == 1) : ?>
<div id="gkRegister">
<a href="<?php echo $this->API->get('register_link_url', '#') ?>"><?php echo JText::_('TPL_GK_LANG_REGISTER_NOW'); ?></a>
</div>
<?php endif; ?>
<img src="logo.gif" />