Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • iaassens Friend
    #706160

    Hello,

    In which file do you determine where the logo should link too? and is it possible to change that into something else.

    The issue is that I have a public and a closed site for members (Extranet), and I want the members to access and alternative page when they click on the logo, eg. a subdomain or /expage.

    The reason is that the Extranet has its own mainmenu and therefore I really need the logo to link to the Extranet mainpage instead of the website frontpage.

    I already have a copy of the template with its own mainmenu for the Extranet and I have also copied the header-home block so that it has its own block however I cannot locate where the logo link is determined.

    Hope I have explained myself good enough, if not please just ask.

    thanks

    pavit Moderator
    #706175

    Hi

    You can find logo link in this file templatesja_appoliotplsblocksheader.php

    <!-- LOGO -->
    <div class="pull-left logo">
    <div class="logo-<?php echo $logotype ?>">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-xs"><?php echo $slogan ?></small>
    </div>
    </div>
    <!-- //LOGO -->

    pavit Moderator
    #752389

    Hi

    You can find logo link in this file templatesja_appoliotplsblocksheader.php

    <!-- LOGO -->
    <div class="pull-left logo">
    <div class="logo-<?php echo $logotype ?>">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-xs"><?php echo $slogan ?></small>
    </div>
    </div>
    <!-- //LOGO -->

    iaassens Friend
    #706184

    Hi @pavit

    thank you 😀

    iaassens Friend
    #752398

    Hi @pavit

    thank you 😀

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

This topic contains 5 replies, has 2 voices, and was last updated by  iaassens 8 years, 7 months ago.

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