dolibarr 19.0.4
index.php File Reference

Entry page to access demo. More...

Go to the source code of this file.

Functions

 llxHeaderVierge ($title, $head="")
 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.

Returns
void

Definition at line 478 of file index.php.

References printCommonFooter().

◆ llxHeaderVierge()

llxHeaderVierge ( $title,
$head = "" )

Show header for demo.

Parameters
string$titleTitle
string$headHead string
Returns
void

Definition at line 464 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

Parameters
string$headOptionnal 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$disablejsMore content into html header
int$disableheadMore content into html header
array | string$arrayofjsArray of complementary js files
array | 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

Definition at line 50 of file index.php.

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