Quote:
Originally Posted by sv1cec
... The problem with the new vB approach for rendering templates is that if you use eval, you can't use conditionals inside the template, so you need to evaluate these conditionals in the php code.
|
Maybe I'm missing what you're saying, but that doesn't sound right. You shouldn't be using eval at all for your templates in vb4. And you should always be able to use conditionals in a template.