21require
'../../../../main.inc.php';
31if ($user->socid > 0) {
36require_once DOL_DOCUMENT_ROOT .
'/admin/tools/ui/class/documentation.class.php';
39$langs->load(
'uxdocumentation');
45$documentation->docHeader();
48$documentation->view = array(
'Components');
51$documentation->showSidebar(); ?>
53<div
class=
"doc-wrapper">
55 <?php $documentation->showBreadCrumb(); ?>
57 <div
class=
"doc-content-wrapper">
59 <h1
class=
"documentation-title"><?php echo $langs->trans(
'DocComponentsTitle'); ?></h1>
60 <p
class=
"documentation-text"><?php echo $langs->trans(
'DocComponentsMainDescription'); ?></p>
62 <?php $documentation->showSummary(); ?>
68$documentation->docFooter();
Class to manage UI documentation.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.