response is the mechanism used by web2py. settings is the mechanism used by T3. Internally they are copied from settings to response when appropriate. T3 does a metter job at separating internal stuff from internal stuff.
Massimo On Dec 10, 4:27 pm, "Wes James" <[EMAIL PROTECTED]> wrote: > this through me for a loop... > > I was seeing that settings.title, etc, were changing the > response.title, etc.. so I added settings.search=0 so I could block > out the google search and do my own footer with > settings.footer='web2py powered', but it wasn't taking in the page > with response.footer. I changed it finally to settings.footer in the > layout.html and it finally took. There must be some direct mappings > for some variables. > > -wj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

