Hi guys,
This is a typical code
response.menu = [
(T('Home'), False, URL('default','index'), [])
]I would like to ask, what does the 2nd arg, "False" actually refer to? I tried changing it to True but it didn't seem to have any effect on the menu. I tried a quick search on the manual and the groups, but didn't manage to find out. Thanks for the quick help! --

