99-joomla-15/75884-custom-logo-on-top-and-extra-right-side-module.html
i have captcha key already.. but i dun noe where its modul for captcha key... thanks

my website link...
www.bingooption.com

how to make logo uper main menu in joomla 1.6 ... like this?
explodedk wrote:the code is offcause not the same in 1.6 as 1.5. that's one of the main reason why migration from 1.5 to 1.6 aint that easy...
this is a customization, but maybe seichinha is sweet and make a guide for 1.6 also...
#gkLogo { height: 95px; margin: 35px 0 0; line-height: 100%; }
<?php if($this->getParam('logo_type', 'image') == 'image') : ?>
<h1 id="gkLogo">
<a href="./">
<img src="<?php echo $logo_image; ?>" alt="<?php echo $this->getPageName(); ?>" />
</a>
</h1>
<?php elseif($this->getParam('logo_type', 'image') == 'text') : ?>
<h1 id="gkLogo" class="text">
<a href="./">
<?php if($this->getParam('logo_text', '') != '') : ?><span class="gkLogoText"><?php echo $this->getParam('logo_text', ''); ?></span><?php endif; ?>
<?php if($this->getParam('logo_slogan', '') != '') : ?><span class="gkLogoSlogan"><?php echo $this->getParam('logo_slogan', ''); ?></span><?php endif; ?>
</a>
</h1>
<?php endif; ?>
<div id="gkPageTop" class="gkMain <?php echo $this->generatePadding('gkPageTop'); ?>">
#gkBg { background: #ac3400 url('../images/style2/glow.jpg') no-repeat 50% 0; margin-top: -35px;}
#gkLogo { height: 95px; margin: 35px 0 -15px ; line-height: 100%; padding-top: 15px; }
#gkHeaderModule { margin-top: 80px; }