dolibarr 21.0.0-alpha
|
Wrapper to output pages when website is powered by Dolibarr instead of a native web server. More...
Go to the source code of this file.
Functions | |
if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOLOGIN')) if(!defined('NOCSRFCHECK')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) if(!defined('NOIPCHECK')) if(!defined( 'NOBROWSERNOTIF')) | llxHeader ($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0) |
Header empty. | |
llxFooter ($comment='', $zone='private', $disabledoutputofmessages=0) | |
Footer empty. | |
Wrapper to output pages when website is powered by Dolibarr instead of a native web server.
Definition in file index.php.
llxFooter | ( | $comment = '', | |
$zone = 'private', | |||
$disabledoutputofmessages = 0 ) |
Footer empty.
string | $comment | A text to add as HTML comment into HTML generated page |
string | $zone | 'private' (for private pages) or 'public' (for public pages) |
int | $disabledoutputofmessages | Clear all messages stored into session without displaying them |
if(!defined( 'NOTOKENRENEWAL')) if(!defined('NOLOGIN')) if(!defined( 'NOCSRFCHECK')) if(!defined('NOREQUIREMENU')) if(!defined( 'NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) if(!defined( 'NOIPCHECK')) if(!defined('NOBROWSERNOTIF')) llxHeader | ( | $head = '', | |
$title = '', | |||
$help_url = '', | |||
$target = '', | |||
$disablejs = 0, | |||
$disablehead = 0, | |||
$arrayofjs = '', | |||
$arrayofcss = '', | |||
$morequerystring = '', | |||
$morecssonbody = '', | |||
$replacemainareaby = '', | |||
$disablenofollow = 0, | |||
$disablenoindex = 0 ) |
Header empty.
string | $head | Optional head lines |
string | $title | HTML title |
string | $help_url | Url 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 | $target | Target to use on links |
int | $disablejs | More content into html header |
int | $disablehead | More content into html header |
string[] | string | $arrayofjs | Array of complementary js files |
string[] | string | $arrayofcss | Array of complementary css files |
string | $morequerystring | Query string to add to the link "print" to get same parameters (use only if autodetect fails) |
string | $morecssonbody | More CSS on body tag. For example 'classforhorizontalscrolloftabs'. |
string | $replacemainareaby | Replace call to main_area() by a print of this string |
int | $disablenofollow | Disable the "nofollow" on meta robot header |
int | $disablenoindex | Disable the "noindex" on meta robot header |