I'm new to web2py and trying to set up my site from the beginning.  I
was trying to customize my menu, and couldn't find any relevant
documentation on response.menu.  For example, in the code:

response.menu = [
    (T('Home'), False, URL(request.application,'default','index'), [])
    ]

what is the 'False' for?  I changed it to 'True' and didn't really
notice any difference...thanks.

Reply via email to