Home : Products : Others : Gossamer Community :

Products: Others: Gossamer Community: Re: [catlovette] Custom Templates ^: Edit Log

Here is the list of edits for this post
Re: [catlovette] Custom Templates ^
A global should do the job Smile

<%calander_grab%>

Code:
sub {
use LWP::Simple;
my $got = get("http://www.yoursite.com/cgi-bin/calendar/calendar.pl");
return $got;
}

... or this MAY work (little shorter);

Code:
sub { use LWP::Simple; return get("http://www.yoursite.com/cgi-bin/calendar/calendar.pl"); }

Cheers

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!

Last edited by:

Andy: May 12, 2004, 8:51 AM

Edit Log: