dolibarr  13.0.2
Functions
inc.php File Reference

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

Go to the source code of this file.

Functions

 conf ($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

conf (   $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 163 of file inc.php.

pFooter (   $nonext = 0,
  $setuplang = '' 
)

Print HTML footer.

Parameters
integer$nonextNo button "Next step"
string$setuplangLanguage code
Returns
void

Definition at line 237 of file inc.php.

References print.

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

Show HTML header.

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

Definition at line 199 of file inc.php.

References print.