Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Jonze] Need help with global >>: Edit Log

Here is the list of edits for this post
Re: [Jonze] Need help with global >>
Hi,

You just need to change

$popularcategory .= "<a href='$url'>$name</a><br>";

to

$popularcategory .= qq~<a href="$CFG->{db_cgi_url}/jump.cgi?ID=$id">$name</a><br>~;

Last edited by:

afinlr: Apr 28, 2003, 11:05 AM

Edit Log: