Flash

Gamebox for Joomla 1.5 support forum by GavickPro
GK User
Tue Apr 12, 2011 10:45 pm
as change the logo image for a flash animation
User avatar
Junior Boarder

GK User
Tue Apr 12, 2011 11:43 pm
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
User avatar
Platinum Boarder


cron