dolibarr 23.0.3
new.php File Reference

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

Go to the source code of this file.

Functions

if(!is_object( $user)) llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[])
 Show header for new partnership.
 
 llxFooterVierge ()
 Show footer for new member.
 

Detailed Description

Example of form to add a new member.

Definition in file new.php.

Function Documentation

◆ llxFooterVierge()

llxFooterVierge ( )

Show footer for new member.

Note: also called by functions.lib:recordNotFound

Returns
void

Definition at line 138 of file new.php.

References printCommonFooter().

◆ llxHeaderVierge()

if(!is_object($user)) llxHeaderVierge ( $title,
$head = "",
$disablejs = 0,
$disablehead = 0,
$arrayofjs = [],
$arrayofcss = [] )

Show header for new partnership.

Note: also called by functions.lib:recordNotFound

Parameters
string$titleTitle
string$headHead array
int<0,1>$disablejs More content into html header
int<0,1>$disablehead More content into html header
string[]$arrayofjsArray of complementary js files
string[]$arrayofcssArray of complementary css files
Returns
void

Definition at line 117 of file new.php.

References $mysoc, getDolGlobalString(), htmlPrintOnlineHeader(), and top_htmlhead().