dolibarr  16.0.5
Functions
new.php File Reference

Example of form to add a new member. More...

Go to the source code of this file.

Functions

 llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='')
 Show header for new partnership. More...
 
 llxFooterVierge ()
 Show footer for new member. More...
 

Detailed Description

Example of form to add a new member.

Definition in file new.php.

Function Documentation

◆ llxFooterVierge()

llxFooterVierge ( )

Show footer for new member.

Returns
void

Definition at line 152 of file new.php.

◆ llxHeaderVierge()

llxHeaderVierge (   $title,
  $head = "",
  $disablejs = 0,
  $disablehead = 0,
  $arrayofjs = '',
  $arrayofcss = '' 
)

Show header for new partnership.

Parameters
string$titleTitle
string$headHead array
int$disablejsMore content into html header
int$disableheadMore content into html header
array$arrayofjsArray of complementary js files
array$arrayofcssArray of complementary css files
Returns
void

Definition at line 103 of file new.php.