End of Support for Joomla 3 - Forum closed
Logo - how to remove the link on the logo
Hi there,
I need your help, I have to remove the link on the logo and I do not find where can I remove it..
Could you help me?
Best regards
I need your help, I have to remove the link on the logo and I do not find where can I remove it..
Could you help me?
Best regards
by groug
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Logo - how to remove the link on the logo
Posted 9 years 11 months ago #6002
Hi there,
if you want to remove the link you have to modify the file:
templates / jp-blog / layouts / theme.php > line 44
Original
Modified
if you want to remove the link you have to modify the file:
templates / jp-blog / layouts / theme.php > line 44
Original
Code:
<a class="tm-logo" href="<?php echo $this['config']->get('site_url'); ?>"><?php echo $this['widgets']->render('logo'); ?></a>
Code:
<?php echo $this['widgets']->render('logo'); ?>
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: groug
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates