21require
'../../../main.inc.php';
30if ($user->socid > 0) {
35require_once DOL_DOCUMENT_ROOT .
'/admin/tools/ui/class/documentation.class.php';
38$langs->load(
'uxdocumentation');
44$documentation->docHeader();
47$documentation->view = array(
'DocumentationHome');
50$documentation->showSidebar(); ?>
52<div
class=
"doc-wrapper">
54 <?php $documentation->showBreadCrumb(); ?>
56 <div
class=
"doc-content-wrapper">
57 <?php echo $langs->trans(
'WelcomeToDocumentation'); ?>
58 <?php $documentation->showSummary(1, 1); ?>
65$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.