On Thu, 2007-11-01 at 16:24 -0800, Ian Wilson wrote: > I don't really have an answer for what you want to do but ignoring the > use of undefined variables sounds kind of php-ish. Why don't you > check if they are defined using 'defined'? > > http://kid-templating.org/language.html#defined-name-and-value-of-name-default-functions >
Well, sure it sounds php'ish. But if fits naturally with the CSS model of: if something is defined specifically it overrides the implied default. So very handy for that specific use. I can check if they are defined I guess, but seems like extra code ... Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

