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

Products: Gossamer Links: Development, Plugins and Globals: Re: [Ian] Templates for Plug-ins: Edit Log

Here is the list of edits for this post
Re: [Ian] Templates for Plug-ins
print Links::SiteHTML::display('template_name', $tags);

So:

my $tags = { Foo => 'Bar' };

print Links::SiteHTML::display('template_name', $tags);

...means you would create a template and put it into the templates directory with <%Foo%> in it and "Bar" would appear.

You can use loop and function tags then as with any other template.

Last edited by:

Paul: May 28, 2002, 10:56 AM

Edit Log: