|
dolibarr 21.0.4
|
Entry page to access demo. More...
Go to the source code of this file.
Functions | |
| llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[]) | |
| Show header for demo. | |
| llxFooterVierge () | |
| Show footer for demo. | |
Entry page to access demo.
Definition in file index.php.
| llxFooterVierge | ( | ) |
Show footer for demo.
Definition at line 501 of file index.php.
References printCommonFooter().
| llxHeaderVierge | ( | $title, | |
| $head = "", | |||
| $disablejs = 0, | |||
| $disablehead = 0, | |||
| $arrayofjs = [], | |||
| $arrayofcss = [] ) |
Show header for demo.
| 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 |
Definition at line 487 of file index.php.
References top_htmlhead(), and top_httphead().