dolibarr 21.0.0-alpha
styles.css.php File Reference

Page to output style page. 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.
 

Detailed Description

Page to output style page.

Called with <link rel="stylesheet" href="styles.css.php?websiteid=123" type="text/css" >

Definition in file styles.css.php.

Function Documentation

◆ llxFooter()

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

Footer empty.

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 82 of file styles.css.php.

◆ llxHeader()

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.

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 71 of file styles.css.php.