Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Change Link-Template for Modify

Quote Reply
Change Link-Template for Modify
Hi all, i have different link.html for every category.
If someone wants to modify his link, the modify_select uses link.html.

Now im looking for the place where this is written ?!
modify.cgi uses modify.pm; this calls SiteHTML.pm

But i dont find the right line, where it says take the sub site_html_link
there i have something like:

Code:
my $template;
if ($rec->{Link_Template} eq 'Programme') {$template="link_programme.html";}
else {$template= "link.html";}

Now i must pass $rec->{Link_Template} from the Cat Table to sub site_html_link;
but where could i do that ?
Robert
Subject Author Views Date
Thread Change Link-Template for Modify Robert 1680 Mar 15, 2002, 11:10 AM
Thread Re: [Robert] Change Link-Template for Modify
Alex 1578 Mar 17, 2002, 2:28 PM
Thread Re: [Alex] Change Link-Template for Modify
Robert 1576 Mar 18, 2002, 1:41 AM
Thread Re: [Robert] Change Link-Template for Modify
pugdog 1560 Mar 18, 2002, 12:49 PM
Post Re: [pugdog] Change Link-Template for Modify
Paul 1585 Mar 18, 2002, 1:05 PM