jmBodyBegin
The jmBodyBegin function is used to start the "body" of a Control Panel page.
bool
jmBodyBegin
([bool $header = true], [string $onload = null])
-
bool
$header: True/False on whether to include the "Action Menu"
-
string
$onload: Value to use in body onload event handler
|