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(
'DocumentationHome');
48$documentation->showSidebar(); ?>
50<div
class=
"doc-wrapper">
52 <?php $documentation->showBreadCrumb(); ?>
54 <div
class=
"doc-content-wrapper">
55 <?php echo $langs->trans(
'WelcomeToDocumentation'); ?>
56 <?php $documentation->showSummary(1, 1); ?>
63$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.