dolibarr  16.0.5
Functions
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. More...
 
 llxFooterVierge ()
 Show footer for new member. More...
 

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

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