dolibarr 18.0.6
attendee_new.php File Reference

Example of form to subscribe to an event. More...

Go to the source code of this file.

Functions

if(empty( $conf->eventorganization->enabled)) llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='')
 Show header for new member.
 
 llxFooterVierge ()
 Show footer for new member.
 

Detailed Description

Example of form to subscribe to an event.

Definition in file attendee_new.php.

Function Documentation

◆ llxFooterVierge()

llxFooterVierge ( )

Show footer for new member.

Returns
void

Definition at line 214 of file attendee_new.php.

References printCommonFooter().

◆ llxHeaderVierge()

if(empty($conf->eventorganization->enabled)) llxHeaderVierge ( $title,
$head = "",
$disablejs = 0,
$disablehead = 0,
$arrayofjs = '',
$arrayofcss = '' )

Show header for new member.

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 165 of file attendee_new.php.

References top_htmlhead().