dolibarr 22.0.5
index.php File Reference

Entry page to access demo. More...

Go to the source code of this file.

Functions

 llxHeaderVierge ($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[])
 Show header for demo.
 
 llxFooterVierge ()
 Show footer for demo.
 

Variables

global $dolibarr_main_demo
 

Detailed Description

Entry page to access demo.

Definition in file index.php.

Function Documentation

◆ llxFooterVierge()

llxFooterVierge ( )

Show footer for demo.

Note: also called by functions.lib:recordNotFound

Returns
void

Definition at line 507 of file index.php.

References printCommonFooter().

◆ llxHeaderVierge()

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

Show header for demo.

Note: also called by functions.lib:recordNotFound

Parameters
string$titleTitle
string$headHead array
int$disablejsMore content into html header
int$disableheadMore content into html header
string[] | string$arrayofjsArray of complementary js files
string[] | string$arrayofcssArray of complementary css files
Returns
void

Definition at line 491 of file index.php.

References top_htmlhead(), and top_httphead().

Variable Documentation

◆ $dolibarr_main_demo

global $dolibarr_main_demo

Show HTML header HTML + BODY + Top menu + left menu + DIV

Note: also called by functions.lib:recordNotFound

Parameters
string$headOptional head lines
string$titleHTML title
string$help_urlUrl links to help page Syntax is: For a wiki page: EN:EnglishPage|FR:FrenchPage|ES:SpanishPage|DE:GermanPage For other external page: http://server/url
string$targetTarget to use on links
int<0,1>$disablejs More content into html header
int<0,1>$disablehead More content into html header
string[] | string$arrayofjsArray of complementary js files
string[] | string$arrayofcssArray of complementary css files
string$morequerystringQuery string to add to the link "print" to get same parameters (use only if autodetect fails)
string$morecssonbodyMore CSS on body tag. For example 'classforhorizontalscrolloftabs'.
string$replacemainareabyReplace call to main_area() by a print of this string
int$disablenofollowDisable the "nofollow" on meta robot header
int$disablenoindexDisable the "noindex" on meta robot header
Returns
void @phan-suppress PhanRedefineFunction

Definition at line 57 of file index.php.

Referenced by Asset\getNomUrl(), BookKeeping\getNomUrl(), CompanyPaymentMode\getNomUrl(), EmailCollectorAction\getNomUrl(), EmailCollectorFilter\getNomUrl(), EmailSenderProfile\getNomUrl(), Hook\getNomUrl(), Inventory\getNomUrl(), SocieteAccount\getNomUrl(), WebsitePage\getNomUrl(), User\getTooltipContentArray(), top_menu(), and top_menu_user().