28if (!$res && !empty($_SERVER[
"CONTEXT_DOCUMENT_ROOT"])) {
 
   29  $res = @include $_SERVER[
"CONTEXT_DOCUMENT_ROOT"].
"/main.inc.php";
 
   32$tmp = empty($_SERVER[
'SCRIPT_FILENAME']) ? 
'' : $_SERVER[
'SCRIPT_FILENAME']; $tmp2 = realpath(__FILE__); $i = strlen($tmp) - 1; $j = strlen($tmp2) - 1;
 
   33while ($i > 0 && $j > 0 && isset($tmp[$i]) && isset($tmp2[$j]) && $tmp[$i] == $tmp2[$j]) {
 
   37if (!$res && $i > 0 && file_exists(substr($tmp, 0, ($i + 1)).
"/main.inc.php")) {
 
   38  $res = @include substr($tmp, 0, ($i + 1)).
"/main.inc.php";
 
   40if (!$res && $i > 0 && file_exists(dirname(substr($tmp, 0, ($i + 1))).
"/main.inc.php")) {
 
   41  $res = @include dirname(substr($tmp, 0, ($i + 1))).
"/main.inc.php";
 
   44if (!$res && file_exists(
"../../main.inc.php")) {
 
   45  $res = @include 
"../../main.inc.php";
 
   47if (!$res && file_exists(
"../../../main.inc.php")) {
 
   48  $res = @include 
"../../../main.inc.php";
 
   51  die(
"Include of main fails");
 
   55require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
 
   56require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
 
   57require_once 
'../lib/mymodule.lib.php';
 
   60$langs->loadLangs(array(
"errors", 
"admin", 
"mymodule@mymodule"));
 
   68$action = 
GETPOST(
'action', 
'aZ09');
 
   69$backtopage = 
GETPOST(
'backtopage', 
'alpha');
 
   86$page_name = 
"MyModuleAbout";
 
   88llxHeader(
'', $langs->trans($page_name), $help_url, 
'', 0, 0, 
'', 
'', 
'', 
'mod-mymodule page-admin_about');
 
   91$linkback = 
'<a href="'.($backtopage ? $backtopage : DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1').
'">'.$langs->trans(
"BackToModuleList").
'</a>';
 
   97print 
dol_get_fiche_head($head, 
'about', $langs->trans($page_name), 0, 
'mymodule@mymodule');
 
  101print $tmpmodule->getDescLong();
 
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
 
Description and activation class for module MyModule.
 
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
 
dol_get_fiche_head($links=array(), $active='', $title='', $notab=0, $picto='', $pictoisfullpath=0, $morehtmlright='', $morecss='', $limittoshow=0, $moretabssuffix='', $dragdropfile=0)
Show tabs of a record.
 
dol_get_fiche_end($notab=0)
Return tab footer of a card.
 
if(!function_exists( 'dol_getprefix')) dol_include_once($relpath, $classname='')
Make an include_once using default root and alternate root if it fails.
 
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
 
mymoduleAdminPrepareHead()
Prepare admin pages header.
 
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.