dolibarr 21.0.0-alpha
emptyexample.php File Reference

Show example of import file. More...

Go to the source code of this file.

Functions

if(!defined( 'NOTOKENRENEWAL')) llxHeader ($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0)
 This file is a wrapper, so empty header.
 
 llxFooter ($comment='', $zone='private', $disabledoutputofmessages=0)
 This file is a wrapper, so empty footer.
 

Detailed Description

Show example of import file.

Definition in file emptyexample.php.

Function Documentation

◆ llxFooter()

llxFooter ( $comment = '',
$zone = 'private',
$disabledoutputofmessages = 0 )

This file is a wrapper, so empty footer.

Parameters
string$commentA text to add as HTML comment into HTML generated page
string$zone'private' (for private pages) or 'public' (for public pages)
int$disabledoutputofmessagesClear all messages stored into session without displaying them
Returns
void

Definition at line 63 of file emptyexample.php.

◆ llxHeader()

if(!defined('NOTOKENRENEWAL')) llxHeader ( $head = '',
$title = '',
$help_url = '',
$target = '',
$disablejs = 0,
$disablehead = 0,
$arrayofjs = '',
$arrayofcss = '',
$morequerystring = '',
$morecssonbody = '',
$replacemainareaby = '',
$disablenofollow = 0,
$disablenoindex = 0 )

This file is a wrapper, so empty header.

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$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 emptyexample.php.