dolibarr 19.0.3
|
File to show page after a successful subscription. More...
Go to the source code of this file.
Functions | |
if($securekeyreceived !=$securekeytocompare) if(empty( $conf->eventorganization->enabled)) | llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[]) |
Show header for new member. | |
File to show page after a successful subscription.
This page is called by payment system with url provided to it completed with parameter TOKEN=xxx This token can be used to get more informations.
Definition in file subscriptionok.php.
if( $securekeyreceived !=$securekeytocompare) if(empty($conf->eventorganization->enabled)) llxHeaderVierge | ( | $title, | |
$head = "", | |||
$disablejs = 0, | |||
$disablehead = 0, | |||
$arrayofjs = [], | |||
$arrayofcss = [] ) |
Show header for new member.
string | $title | Title |
string | $head | Head array |
int | $disablejs | More content into html header |
int | $disablehead | More content into html header |
array | $arrayofjs | Array of complementary js files |
array | $arrayofcss | Array of complementary css files |
Definition at line 95 of file subscriptionok.php.
References getDolGlobalString(), and top_htmlhead().