|
dolibarr 24.0.0-beta
|
File to show a public card of a member. More...
Go to the source code of this file.
Functions | |
| llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[], $ws='') | |
| Show header for card member. | |
| llxFooterVierge () | |
| Show footer for card member. | |
File to show a public card of a member.
Definition in file public_card.php.
| llxFooterVierge | ( | ) |
Show footer for card member.
Note: also called by functions.lib:recordNotFound
Definition at line 181 of file public_card.php.
References printCommonFooter().
| llxHeaderVierge | ( | $title, | |
| $head = "", | |||
| $disablejs = 0, | |||
| $disablehead = 0, | |||
| $arrayofjs = [], | |||
| $arrayofcss = [], | |||
| $ws = '' ) |
Show header for card 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 167 of file public_card.php.
References top_htmlhead().