Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ekrem tapan Developer
    #203663

    i wantto change logo link, when i click on logo, then website redirect to home page.

    so which file and line i ll control this case ?

    pavit Moderator
    #559089

    Hi

    Logo link is managed by this file templatesja_merotplsblocksheader.php

    <!-- LOGO -->
    <div class="span8">
    <div class="logo logo-<?php echo $logotype ?>">

    <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>

    </div>
    </div>
    <!-- //LOGO -->

    To add your link edit the part in RED as showed below
    <a href=”your url here”

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

This topic contains 2 replies, has 2 voices, and was last updated by  pavit 9 years, 11 months ago.

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