Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Z] Breadcrumb home link to point to home page instead to default location in version 3.3.0

Quote Reply
Re: [Z] Breadcrumb home link to point to home page instead to default location in version 3.3.0 In reply to
Smile After playing with Build.pm I got it.

To make it work I changed code in Build.pm on line 1125


from

push @paths, qq{<a href="$CFG->{build_root_url}/} . ($CFG->{build_home} || ($CFG->{build_index_include} ? $CFG->{build_index} : '')) . qq{">$top</a>} if $home;

to


push @paths, qq{<a href="http://www.my-website.com"">$top</a>} if $home;




Z
Subject Author Views Date
Thread Breadcrumb home link to point to home page instead to default location in version 3.3.0 Z 8282 Sep 10, 2011, 10:55 AM
Thread Re: [Z] Breadcrumb home link to point to home page instead to default location in version 3.3.0
Andy 8036 Sep 11, 2011, 8:19 AM
Thread Re: [Andy] Breadcrumb home link to point to home page instead to default location in version 3.3.0
Z 8034 Sep 11, 2011, 9:15 AM
Thread Re: [Z] Breadcrumb home link to point to home page instead to default location in version 3.3.0
Andy 8050 Sep 12, 2011, 12:29 AM
Thread Re: [Andy] Breadcrumb home link to point to home page instead to default location in version 3.3.0
Z 8035 Sep 12, 2011, 7:49 AM
Thread Re: [Z] Breadcrumb home link to point to home page instead to default location in version 3.3.0
Andy 8101 Sep 12, 2011, 7:51 AM
Thread Re: [Andy] Breadcrumb home link to point to home page instead to default location in version 3.3.0
Z 8031 Sep 12, 2011, 5:09 PM
Post Re: [Z] Breadcrumb home link to point to home page instead to default location in version 3.3.0
Z 7995 Sep 12, 2011, 6:37 PM
Thread Re: [Z] Breadcrumb home link to point to home page instead to default location in version 3.3.0
Andy 8018 Sep 13, 2011, 12:22 AM
Post Re: [Andy] Breadcrumb home link to point to home page instead to default location in version 3.3.0
Z 8019 Sep 13, 2011, 7:48 AM