[Templates] URL Plugin, arggh... someone advise please

Bill Moseley moseley@hank.org
Tue, 13 Mar 2007 15:02:14 -0700


On Tue, Mar 13, 2007 at 02:49:35PM -0700, Me wrote:
> url('www.someplace.com?this=that', red='cool') is
> giving me.
> 
> www.sompleace.com?this=that?red=cool

Just from memory, but I think you do:

    USE my_url = URL('www.somplace.com');

    my_url( this = 'that', red = 'cool' );

Seems like the man page supports that.

Or with initial parameters something like this:

    USE my_link = URL( uri.path, req.parameters );

-- 
Bill Moseley
moseley@hank.org