File that define environment for support pages.
More...
Go to the source code of this file.
|
| loadconf ($dolibarr_main_document_root) |
| Load conf file (file must exists)
|
|
| pHeader ($soutitre, $next, $action='none') |
| Show HTML header.
|
|
| pFooter ($nonext=0, $setuplang='') |
| Print HTML footer.
|
|
File that define environment for support pages.
Definition in file inc.php.
◆ loadconf()
loadconf |
( |
| $dolibarr_main_document_root | ) |
|
Load conf file (file must exists)
- Parameters
-
string | $dolibarr_main_document_root | Root directory of Dolibarr bin files |
- Returns
- int <0 if KO, >0 if OK
Definition at line 187 of file inc.php.
◆ pFooter()
pFooter |
( |
| $nonext = 0, |
|
|
| $setuplang = '' ) |
Print HTML footer.
- Parameters
-
integer | $nonext | No button "Next step" |
string | $setuplang | Language code |
- Returns
- void
Definition at line 269 of file inc.php.
◆ pHeader()
pHeader |
( |
| $soutitre, |
|
|
| $next, |
|
|
| $action = 'none' ) |
Show HTML header.
- Parameters
-
string | $soutitre | Title |
string | $next | Next |
string | $action | Action code |
- Returns
- void
Definition at line 230 of file inc.php.