dolibarr 21.0.0-alpha
|
Wrapper to download data files. More...
Go to the source code of this file.
Functions | |
if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) if(isset($_GET["hashp"]) &&!defined("NOLOGIN")) if((isset( $_GET["modulepart"]) &&$_GET["modulepart"]=='medias')) | llxHeader ($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0) |
Header empty. | |
llxFooter () | |
Footer empty. | |
Wrapper to download data files.
Definition in file document.php.
llxFooter | ( | ) |
Footer empty.
@ignore
Definition at line 107 of file document.php.
Referenced by accessforbidden(), and moduleBuilderShutdownFunction().
if(!defined( 'NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined( 'NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) if(isset( $_GET["hashp"]) &&!defined("NOLOGIN")) if((isset($_GET["modulepart"]) && $_GET["modulepart"]=='medias')) 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 |
Definition at line 98 of file document.php.