Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • npatris Friend
    #197559

    Hello,
    for my Web I need the url of the logo (when I click on it) go to another website and not to the home of the page.
    What can I do to change this?
    Thanks a lot for your help.

    pavit Moderator
    #534319

    Hi

    To change the logo url goto this file templatesja_hawkstoretplsblocksheader.php and find the code below

    <!-- LOGO -->
    <div class="span3 logo">
    <div class="logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->

    change
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    to

    <a href="http://www.yoururl.com" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>

    npatris Friend
    #534322

    Perfect, quick reply!! thanks a lot for your help!!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  npatris 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum