Re: mod_layout not returning env var!

[email protected] Thu, 16 Dec 2004 11:19:30 -0800
Newsgroups gmane.comp.apache.mod-layout
Message-ID <[email protected]>
Where are you trying to access the variable? In your header or footer? 
You know that those variables are only available for the preprocessing 
done in a layout (header, footer, etc...) not in the body of a page, 
right?

On Dec 16, 2004, at 11:13 AM, Leanne Lai wrote:

> However, when I try to use the env var $LAYOUT_SCRIPT_NAME, it just
> return blank :( :(, in fact all the other env var return blank as well
> :( :(
>
> Help!