[web2py] Re: response.title doesn't work

2016-02-20 Thread rajjmatthur
Older version, I can just put response.title = A(IMG(_src=URL('static', 'images/my_logo.png'))) in menu.py and it worked on every pages. Thank you Anthony On Saturday, February 20, 2016 at 4:06:09 PM UTC-5, Anthony wrote: > > If you are using the default layout.html that comes with the scaffoldi

[web2py] Re: response.title doesn't work

2016-02-20 Thread Anthony
If you are using the default layout.html that comes with the scaffolding app, note that response.title is not used to display anything on the page but is used in the section to set the page title (which is displayed, for example, in the browser tab, as well as in bookmarks). Anyway, if you wan