dolibarr  16.0.1
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 ( )

Show footer for new member.

Returns
void

Definition at line 205 of file attendee_new.php.

References printCommonFooter().

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

References top_htmlhead().