Hi
Well, you have to make some customization.
Open ../gk_gamebox/layouts/blocks/mainnav.php and place your flash object by replacing this lines:
- Code: Select all
<?php if ($this->getParam('logoType')=='image'): ?>
<h1 class="logo"> <a href="index.php" title="<?php echo $this->sitename(); ?>"><span><?php echo $this->sitename(); ?></span></a> </h1>
<?php elseif($this->getParam('logoType')=='text') : ?>
<div class="logo-text">
<h1><a href="index.php" title="<?php echo $this->sitename(); ?>"><span><?php echo GK_LOGO; ?></span></a></h1>
<p class="site-slogan"><?php echo GK_SLOGAN;?></p>
</div>
<?php endif; ?>
Cheers