Gossamer Forum
Home : Products : Gossamer Links : Discussions :

detailed.html static and dynamic

Quote Reply
detailed.html static and dynamic
I want to use detailed.html with different "backlinks" depending of detailed is builded as a static page or as a dynamic page (using search.cgi).

something like that ....

<%if static%>
<%title_linked%>
<%endif%>

<%if dynamic%>
<%backlink%>
<%endif%>

<%backlink%> would be a template global

sub {
my $referer = $ENV{HTTP_REFERER};
return $referer;
}



Is there a way to make something like that?

Michael


--
Michael Skaide

http://www.cycle24.de

Last edited by:

Michael Skaide: Dec 30, 2001, 10:12 AM
Subject Author Views Date
Thread detailed.html static and dynamic Sir Up 1165 Dec 30, 2001, 9:53 AM
Post Re: [Michael Skaide] detailed.html static and dynamic
Sir Up 1112 Dec 31, 2001, 9:01 AM