CHANGE URL

March '10 Joomla Templates
GK User
Tue Aug 14, 2012 3:28 pm
hi i make my web site with party freak http://www.megafm.fr/site2012
and i change the logo on the image on the right.
I want to know how change the url of the logo for open the pop up to listen my radio "http://broadcast.infomaniak.ch/radios/megafm_player.html"
Today when you clic on the adresse is http://www.megafm.fr/site2012

where can i change the url

thank's for your help

stéphane
[email protected]
User avatar
Fresh Boarder

Konrad M
Tue Aug 14, 2012 3:50 pm
Hi please edit layouts/blocks/nav.php and find
Code: Select all
<?php if ($this->getParam('logo_type', 'image')!=='none'): ?>
     <?php if($this->getParam('logo_type', 'image') == 'css') : ?>
     <h1 id="gkLogo">
          <a href="./" class="cssLogo"></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 elseif($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 endif; ?>

and change
Code: Select all
 <a href="./">

in each href to your url.
User avatar


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.