Hi there,
I wand to add left and right to logo 2 banners. I already add the one at left but i dont know if is ok the code, can someone help me to display them correct?
here is my site
http://dreamexpo.gr/demo/index.php
<?php if( $this->countModules('logobanner1') ): ?>
<div id="logobanner1">
<jdoc:include type="modules" name="logobanner1" style="none" />
</div>
<div id="gk-logo-wrap">
<?php if( $this->countModules('logobanner2') ): ?>
<div id="logobanner2">
<jdoc:include type="modules" name="logobanner2" style="none" />
</div>
<?php if( $this->countModules('logobanner1') ): ?>
<div id="logobanner1">
<jdoc:include type="modules" name="logobanner1" style="none" />
</div>
<?php if ($this->getParam('logoType')!=='none'): ?>
<div id="gk-logo">
<?php if ($this->getParam('logoType')=='image'): ?>
<h1 class="logo">
<a href="index.php" title="<?php echo $this->sitename(); ?>"><?php echo $this->sitename(); ?></a>
</h1>
<?php endif; ?>
<?php elseif($this->getParam('logoType')=='text') : ?>
<h1 class="logo text">
<a href="index.php" title="<?php echo $this->sitename(); ?>"><?php echo GK_LOGO; ?></a>
<small class="site-slogan"><?php echo GK_SLOGAN;?></small>
</h1>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if(GK_REGISTER || GK_LOGIN) : ?>
<div id="gk-buttons">
<div>
<?php if(GK_LOGIN) : ?>
<a href="<?php echo $this->baseurl(); ?>index.php?option=com_user&view=login" id="btn_login"><span><?php echo $btn_login_text; ?></span></a><?php endif; ?><?php if($userID == 0) : ?><a href="<?php echo $this->baseurl(); ?>index.php?option=com_user&view=register" id="btn_register"><span><?php echo JText::_('GK_REGISTER'); ?></span></a><?php endif; ?>
</div>
</div>
<?php endif; ?>
<?php if($this->countModules('highlighter')) : ?>
<div id="gk-highlighter">
<jdoc:include type="modules" name="highlighter" style="none" />
</div>
<?php endif; ?>
</div>
Parse error: syntax error, unexpected $end in /home/dreamexp/public_html/demo/templates/gk_twn2/layouts/blocks/top.php on line 59
<?php endif; ?>
<?php if( $this->countModules('logobanner1') ): ?>
<div id="logobanner1">
<jdoc:include type="modules" name="logobanner1" style="none" />
</div>
#logobanner1 {
float: none;
height: 44px;
padding-left: 630px;
padding-top: 25px;
position: realtive;
width: 180px;
}
#logobanner1 {
float: none;
height: 44px;
left: 630px;
position: absolute;
top: 25px;
width: 180px;
}
div#gk-logo-wrap {
position:relative;
height:120px;
}