dolibarr 19.0.3
index.php File Reference

File to offer a way to book a rendez-vous into a public calendar Example of URL: https://localhost/public/bookcal/index.php?id=... More...

Go to the source code of this file.

Functions

 llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[])
 Show header for booking.
 
 show_bookcal_day_events ($day, $month, $year, $today=0)
 Show event of a particular day.
 

Detailed Description

File to offer a way to book a rendez-vous into a public calendar Example of URL: https://localhost/public/bookcal/index.php?id=...

Definition in file index.php.

Function Documentation

◆ llxHeaderVierge()

llxHeaderVierge ( $title,
$head = "",
$disablejs = 0,
$disablehead = 0,
$arrayofjs = [],
$arrayofcss = [] )

Show header for booking.

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 122 of file index.php.

References dol_buildpath(), getDolGlobalInt(), getDolGlobalString(), and top_htmlhead().

◆ show_bookcal_day_events()

show_bookcal_day_events ( $day,
$month,
$year,
$today = 0 )

Show event of a particular day.

Parameters
int$dayDay
int$monthMonth
int$yearYear
int$todayToday's day
Returns
void

Definition at line 600 of file index.php.

References dol_mktime(), dol_print_date(), and img_picto().