|
dolibarr 24.0.0-beta
|
Example of form to add a new member. More...
Go to the source code of this file.
Functions | |
| if(!is_object( $user)) | llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[], $ws='') |
| Show header for new partnership. | |
| llxFooterVierge () | |
| Show footer for new member. | |
Example of form to add a new member.
Definition in file new.php.
| llxFooterVierge | ( | ) |
Show footer for new member.
Note: also called by functions.lib:recordNotFound
Definition at line 139 of file new.php.
References $conf, and printCommonFooter().
| if(!is_object($user)) llxHeaderVierge | ( | $title, | |
| $head = "", | |||
| $disablejs = 0, | |||
| $disablehead = 0, | |||
| $arrayofjs = [], | |||
| $arrayofcss = [], | |||
| $ws = '' ) |
Show header for new partnership.
Note: also called by functions.lib:recordNotFound
| string | $title | Title |
| string | $head | Head array |
| int<0,1> | $disablejs More content into html header | |
| int<0,1> | $disablehead More content into html header | |
| string[] | $arrayofjs | Array of complementary js files |
| string[] | $arrayofcss | Array of complementary css files |
| string | $ws | Website ref if we are called from a website |
Definition at line 118 of file new.php.
References $conf, $mysoc, getDolGlobalString(), htmlPrintOnlineHeader(), and top_htmlhead().