Home Look and feel (design) Breadcrumbs Changing the breadcrumb 'Home' link to go to a...
Changing the breadcrumb 'Home' link to go to a different homepage
- Open the index.php file located in the root directory of the CS-Cart installation.
- Find the following line of code there:
fn_add_breadcrumb(fn_get_lang_var('home'), $index_script); - Replace it with this one:
fn_add_breadcrumb(fn_get_lang_var('home'),"http://www.domain.com");
where "http://www.domain.com" is your link. - Save the file.
