dolibarr 24.0.0-beta
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=[], $ws='')
 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 139 of file new.php.

References $conf, and printCommonFooter().

◆ llxHeaderVierge()

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

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
string$wsWebsite ref if we are called from a website
Returns
void

Definition at line 118 of file new.php.

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