dolibarr  19.0.0-dev
Functions
inc.php File Reference

File that define environment for support pages. More...

Go to the source code of this file.

Functions

 loadconf ($dolibarr_main_document_root)
 Load conf file (file must exists) More...
 
 pHeader ($soutitre, $next, $action='none')
 Show HTML header. More...
 
 pFooter ($nonext=0, $setuplang='')
 Print HTML footer. More...
 

Detailed Description

File that define environment for support pages.

Definition in file inc.php.

Function Documentation

◆ loadconf()

loadconf (   $dolibarr_main_document_root)

Load conf file (file must exists)

Parameters
string$dolibarr_main_document_rootRoot 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$nonextNo button "Next step"
string$setuplangLanguage code
Returns
void

Definition at line 269 of file inc.php.

◆ pHeader()

pHeader (   $soutitre,
  $next,
  $action = 'none' 
)

Show HTML header.

Parameters
string$soutitreTitle
string$nextNext
string$actionAction code
Returns
void

Definition at line 230 of file inc.php.