21require
'../../../../main.inc.php';
31if ($user->socid > 0) {
36require_once DOL_DOCUMENT_ROOT .
'/admin/tools/ui/class/documentation.class.php';
39$langs->load(
'uxdocumentation');
46$documentation->docHeader($langs->trans(
'DocListLinks', $group));
49$documentation->view = array($group);
52$documentation->showSidebar(); ?>
54<div
class=
"doc-wrapper">
56 <?php $documentation->showBreadCrumb(); ?>
58 <div
class=
"doc-content-wrapper">
60 <h1
class=
"documentation-title"><?php echo $langs->trans($group); ?></h1>
61 <p
class=
"documentation-text"><?php echo $langs->trans(
'DocGroupIndexDescription', $group); ?></p>
63 <?php $documentation->showSummary(); ?>
69$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.