Source: site.view [edit]
Function name: cd
Arguments:
Description: If an arg is specified, sets as the current module. Otherwise, sets to user's module.
Page type: webl
Render function:   lsByTagRender
Module: siteutil

Page source:

var module = wubinfo.user;

if Size(OPTIONALARGS) > 0 then
   module = OPTIONALARGS[0]
end;

wubvars.currentModule := module;

WubCall("lm", []);