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

GMail->parse_return - version for just returning?

Quote Reply
GMail->parse_return - version for just returning?
Hi,

Just wondering, is there a "return" style of this?

Code:
GMail->parse_return('calendar_day_list.htm', { args => \@args } );

?

I tried:

Code:
return GMail->parse_return('calendar_day_list.htm', { args => \@args } );

..but that still prints it out at the top of the template (which I don't want, as its a tags content)

TIA!

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread GMail->parse_return - version for just returning? Andy 10026 Aug 28, 2007, 2:31 AM
Post Re: [Andy] GMail->parse_return - version for just returning?
Andy 9768 Aug 28, 2007, 3:36 AM
Thread Re: [Andy] GMail->parse_return - version for just returning?
Andy 9788 Aug 29, 2007, 1:48 AM
Thread Re: [Andy] GMail->parse_return - version for just returning?
Wychwood 9759 Aug 29, 2007, 5:01 PM
Thread Re: [Wychwood] GMail->parse_return - version for just returning?
Andy 9772 Aug 30, 2007, 6:01 AM
Post Re: [Andy] GMail->parse_return - version for just returning?
Wychwood 9743 Aug 30, 2007, 2:44 PM