Index
Recent Topics
Search
Log in
Username
Password
Remember me
Log in
Forgot your password?
Forgot your username?
Create an account
Forum
Support Forum
Joomla 3 Templates
Logo - how to remove the link on the logo
End of Support for Joomla 3 - Forum closed
Logo - how to remove the link on the logo
Start
Prev
1
Next
End
1
groug
Offline
Topic Author
Junior Boarder
Posts: 36
Thank you received: 0
Logo - how to remove the link on the logo
was created by
groug
Posted
11 years 4 months ago
#6000
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
by
groug
Please
Log in
or
Create an account
to join the conversation.
joomlaplates
Offline
Moderator
Posts: 8872
Thank you received: 1743
Replied by
joomlaplates
on topic
Logo - how to remove the link on the logo
Posted
11 years 4 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
Code:
<a class="tm-logo" href="<?php echo $this['config']->get('site_url'); ?>"><?php echo $this['widgets']->render('logo'); ?></a>
Modified
Code:
<?php echo $this['widgets']->render('logo'); ?>
Dokumentation:
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.
Start
Prev
1
Next
End
1
Moderators:
joomlaplates
Forum
Support Forum
Joomla 3 Templates
Logo - how to remove the link on the logo
Powered by
Kunena Forum