|
dolibarr 21.0.0-beta
|
Example of form to add a new member. More...
Go to the source code of this file.
Functions | |
| llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[]) | |
| 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.
Definition at line 160 of file new.php.
References $conf, and printCommonFooter().
| llxHeaderVierge | ( | $title, | |
| $head = "", | |||
| $disablejs = 0, | |||
| $disablehead = 0, | |||
| $arrayofjs = [], | |||
| $arrayofcss = [] ) |
Show header for new partnership.
| 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 |
Definition at line 111 of file new.php.
References $conf, getDolGlobalString(), and top_htmlhead().