oh i see - thanks Anthony!
On Wed, Aug 30, 2017 at 9:34 AM, Anthony <[email protected]> wrote: > The wiki is described here: http://web2py.com/books/default/chapter/29/03/ > overview#The-built-in-web2py-wiki > > It appears auth.wikimenu isn't mentioned, but here is the code: > https://github.com/web2py/web2py/blob/master/gluon/tools.py#L4228. > > It simply adds wiki menu items to response.menu. > > Anthony > > On Wednesday, August 30, 2017 at 11:25:43 AM UTC-4, Jordan Ladora wrote: >> >> The welcome app models/menu.py has the lines- >> >> if "auth" in locals(): >> auth.wikimenu >> >> ...but I can't find anything here or in the book about what the wikimenu >> does? I have this commented out and all seems to be fine. >> >> Sorry if this is a silly question; just wondering.. >> >> Thanks! >> >> -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/web2py/JIOvTbTCnZQ/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.

