|
dolibarr 21.0.4
|
File that is entry point to call an Asterisk server. More...
Go to the source code of this file.
Functions | |
| if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) | llxHeader ($head='', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='', $morecssonbody='', $replacemainareaby='', $disablenofollow=0, $disablenoindex=0) |
| Empty header. | |
| llxFooter ($comment='', $zone='private', $disabledoutputofmessages=0) | |
| Empty footer. | |
File that is entry point to call an Asterisk server.
Definition in file wrapper.php.
| llxFooter | ( | $comment = '', | |
| $zone = 'private', | |||
| $disabledoutputofmessages = 0 ) |
Empty footer.
| 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 |
Definition at line 87 of file wrapper.php.
Referenced by accessforbidden(), and moduleBuilderShutdownFunction().
| if(!defined( 'NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined( 'NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined( 'NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader | ( | $head = '', | |
| $title = '', | |||
| $help_url = '', | |||
| $target = '', | |||
| $disablejs = 0, | |||
| $disablehead = 0, | |||
| $arrayofjs = '', | |||
| $arrayofcss = '', | |||
| $morequerystring = '', | |||
| $morecssonbody = '', | |||
| $replacemainareaby = '', | |||
| $disablenofollow = 0, | |||
| $disablenoindex = 0 ) |
Empty header.
| 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 71 of file wrapper.php.
Referenced by accessforbidden(), and displayPositionCard().