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

Re: [pugdog] Template Sets

Quote Reply
Re: [pugdog] Template Sets In reply to
Hi,

With 2.1.0, yes. There was a bug in 2.0.5 that prevented it from working properly. Basically you call:

Links::SiteHTML::display ( 'template', { vars }, { options });

where options can contain:

t => template_set to use
compress => 0/1 to compress output

You can also use Links::user_page ('template', { vars }, { opts }), and probably should unless you need some of the special things SiteHTML does (for links, and subcategories primairly).

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Template Sets pugdog 2570 Dec 19, 2001, 10:05 PM
Thread Re: [pugdog] Template Sets
Alex 2463 Dec 27, 2001, 9:41 AM
Post Re: [Alex] Template Sets
pugdog 2455 Dec 27, 2001, 6:18 PM