dolibarr  17.0.4
Functions
suggestbooth.php File Reference

Example of form to suggest a booth. 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 suggest a booth.

Definition in file suggestbooth.php.

Function Documentation

◆ llxFooterVierge()

llxFooterVierge ( )

Show footer for new member.

Returns
void

Definition at line 175 of file suggestbooth.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 125 of file suggestbooth.php.