Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Minor Bug in build_title_linked (Build.pm)

Quote Reply
Minor Bug in build_title_linked (Build.pm)
Hi:

My "Top" or "Home" link in build_title_linked keeps getting linked to http://www.XXXX.com/page.cgi?g=index.html. This generates an error when using Dynamic pages (due to the g=index.html part of the link. There is NO CATEGORY called index.html or NULL)

The line in build.pm that writes this:


$output = qq| <a href="$CFG->{build_root_url}/$CFG->{build_index}">$top</a: |;

I Made it work by changing to:

$output = qq| <a href="$CFG->{build_root_url}">$top</a: |;

I have not yet built the pages, so I do NOT know how this affects static pages...

Dave

Quote Reply
Re: Minor Bug in build_title_linked (Build.pm) In reply to
Hi!

Fixed this one!

Cheers,

Alex

--
Gossamer Threads Inc.