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