I want to add a search bar to my all my pages. I think the best way to do this is by adding it to the layout.html from which all my other html views extend from.
The problem I can't figure out is where to put the corresponding controller function. For all the other views, the controller functions are in default.py. Where would I put the controller logic for layout.html so that I can begin building the form using the htmlhelpers? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

