dolibarr  20.0.0-alpha
Functions
subscriptionok.php File Reference

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. More...
 

Detailed Description

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 information.

Definition in file subscriptionok.php.

Function Documentation

◆ llxHeaderVierge()

if ( $securekeyreceived !=$securekeytocompare) 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 95 of file subscriptionok.php.