| Previous · Next | |
| User | Message |
|
lrobinson
|
Date: 4/21/2008 10:25 am · Subject: HTML::Template::Expr with · Rating: 0
When I switch to HTML::Template::Expr for a particular template, and use the body.content template variable, the page content is not inserted into the template at this point, but at the end of the page, after the closing </html>. Is that a bug or am I doing something I shouldn't? I'm on 7.4.31. Thanks Luke
--- (Edited on 21-04-2008 4:25 pm [GMT+0100] by lrobinson) --- |
| Back to Top |
Rate [ | ]
|
|
preaction
|
Date: 4/21/2008 12:06 pm · Subject: Re: HTML::Template::Expr with · Rating: 0
When using H::T::E (or Template Toolkit), you must change any "." characters in template variable names into "_" characters. So body.content becomes body_content. It's WebGUI policy to not add any new template variables with periods in them, but there are still some old ones out there. --- (Edited on 4/21/2008 12:06 pm [GMT-0500] by preaction) --- |
| Back to Top |
Rate [ | ]
|
|
arso12
|
Date: 4/25/2008 4:22 am · Subject: Re: HTML::Template::Expr with · Rating: 0
I have the same problem and than when I change the body.content to body_content the outlook of the page loks fine! The problem that I stil have going on is that the admin menu does not apear on the left side because the template engine also changes some of WebGUI functions. Do you have the same problem wiith admin menu? My version of WebGUI is: 7.4.15-stable I get an error in: dragable_init is not defined So any idea how to fix this problem? --- (Edited on 2008-04-25 11:22 [GMT+0200] by arso12) --- |
| Back to Top |
Rate [ | ]
|