|
dolibarr 19.0.4
|
Entry page to access demo. More...
Go to the source code of this file.
Functions | |
| llxHeaderVierge ($title, $head="") | |
| Show header for demo. | |
| llxFooterVierge () | |
| Show footer for demo. | |
Variables | |
| global | $dolibarr_main_demo |
Entry page to access demo.
Definition in file index.php.
| llxFooterVierge | ( | ) |
Show footer for demo.
Definition at line 478 of file index.php.
References printCommonFooter().
| llxHeaderVierge | ( | $title, | |
| $head = "" ) |
Show header for demo.
| string | $title | Title |
| string | $head | Head string |
Definition at line 464 of file index.php.
References top_htmlhead(), and top_httphead().
| global $dolibarr_main_demo |
Show HTML header HTML + BODY + Top menu + left menu + DIV
| string | $head | Optionnal head lines |
| string | $title | HTML title |
| string | $help_url | Url links to help page Syntax is: For a wiki page: EN:EnglishPage|FR:FrenchPage|ES:SpanishPage|DE:GermanPage For other external page: http://server/url |
| string | $target | Target to use on links |
| int | $disablejs | More content into html header |
| int | $disablehead | More content into html header |
| array | string | $arrayofjs | Array of complementary js files |
| array | string | $arrayofcss | Array of complementary css files |
| string | $morequerystring | Query string to add to the link "print" to get same parameters (use only if autodetect fails) |
| string | $morecssonbody | More CSS on body tag. For example 'classforhorizontalscrolloftabs'. |
| string | $replacemainareaby | Replace call to main_area() by a print of this string |
| int | $disablenofollow | Disable the "nofollow" on meta robot header |
| int | $disablenoindex | Disable the "noindex" on meta robot header |
Definition at line 50 of file index.php.
Referenced by Asset\getNomUrl(), BookKeeping\getNomUrl(), CompanyPaymentMode\getNomUrl(), EcmFiles\getNomUrl(), EmailCollectorAction\getNomUrl(), EmailCollectorFilter\getNomUrl(), EmailSenderProfile\getNomUrl(), Hook\getNomUrl(), Inventory\getNomUrl(), ProductStockEntrepot\getNomUrl(), SocieteAccount\getNomUrl(), User\getNomUrl(), Website\getNomUrl(), WebsitePage\getNomUrl(), User\getTooltipContentArray(), top_menu(), and top_menu_user().