-
AuthorPosts
-
iaassens Friend
iaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
October 21, 2015 at 8:42 am #706160Hello,
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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 21, 2015 at 9:04 am #706175Hi
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 -->1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 21, 2015 at 9:04 am #752389Hi
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 -->1 user says Thank You to pavit for this useful post
iaassens Friendiaassens
- Join date:
- December 2013
- Posts:
- 121
- Downloads:
- 22
- Uploads:
- 18
- Thanks:
- 34
- Thanked:
- 2 times in 1 posts
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by iaassens 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum