[Phplib-users] Re: url() in templates
Brought to you by:
nhruby,
richardarcher
|
From: Guenther T. <th...@eq...> - 2001-08-14 10:40:50
|
Hi Richard,
you wrote:
> You don't want to be executing your templates!!
Why don't I? (Sorry, I just start working with the PHPLIB.)
> There are two choices here. The way I'd normally do it is to set up my
> template like:
> <a href="test.php{sess_url_suffix}">foo</a>
Yes, I thought about something like that, but then I thought there
might be a better way to handle it. ;-)
> The nicer way was posted by Lukasz Kowalczyk to the old phplib mailing
> list back in May 2000 and involves a patch to template.inc so that it
> knows about session URLs.
Thanks, I'll take a look at that.
Guenther
|