change breadcrumb home links
4 posts
• Page 1 of 1
change breadcrumb home links
hi,
how can I change the link to the homepage on the breadcrumb?
now is:index.php?route=common/home
I would remove it all and have only: /
logo and menu link i have changed by changing catalog/controller/common/header.php
in
but for all other links as I do?
thanks and sorry for my english (google translate helped me
)
how can I change the link to the homepage on the breadcrumb?
now is:index.php?route=common/home
I would remove it all and have only: /
logo and menu link i have changed by changing catalog/controller/common/header.php
- Code: Select all
$this->data['home'] = $this->url->link('common/home');
in
- Code: Select all
$this->data['home'] = '/';
but for all other links as I do?
thanks and sorry for my english (google translate helped me
)- nick03
- Posts: 18
- Joined: Sat Apr 09, 2011 11:14 am
Re: change breadcrumb home links
You would have to edit a lot of files to do that. You should better just create a rewrite for common/home , either directly in the htaccess or by following some of the tutorials on how to add seo keyword for routes or use some extension like this one: http://www.opencart.com/index.php?route ... order=DESC
-

florinsith - Posts: 2694
- Joined: Thu May 13, 2010 6:36 pm
Re: change breadcrumb home links
if I create a rule in the htaccess the links are still indexed from search engine (google) as:
index.php?route=common/home
right?
index.php?route=common/home
right?
- nick03
- Posts: 18
- Joined: Sat Apr 09, 2011 11:14 am
Re: change breadcrumb home links
if its a rewrite, no, that would happend if it would be a redirect I think.
-

florinsith - Posts: 2694
- Joined: Thu May 13, 2010 6:36 pm
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 12 guests














