21if (! $res && file_exists(
"../../main.inc.php")) : $res=@include
'../../main.inc.php';
23if (! $res && file_exists(
"../../../main.inc.php")) : $res=@include
'../../../main.inc.php';
25if (! $res && file_exists(
"../../../../main.inc.php")) : $res=@include
'../../../../main.inc.php';
36$langs->load(
'uxdocumentation');
42$documentation->docHeader();
45$documentation->view = array(
'Components');
48$documentation->showSidebar(); ?>
50<div
class=
"doc-wrapper">
52 <?php $documentation->showBreadCrumb(); ?>
54 <div
class=
"doc-content-wrapper">
56 <h1
class=
"documentation-title"><?php echo $langs->trans(
'DocComponentsTitle'); ?></h1>
57 <p
class=
"documentation-text"><?php echo $langs->trans(
'DocComponentsMainDescription'); ?></p>
59 <?php $documentation->showSummary(); ?>
65$documentation->docFooter();
Class to manage UI documentation.
if(!function_exists( 'dol_getprefix')) dol_include_once($relpath, $classname='')
Make an include_once using default root and alternate root if it fails.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.