31 global $db, $langs, $conf;
36 $head[$h][0] = DOL_URL_ROOT.
"/blockedlog/admin/blockedlog.php?withtab=1";
37 $head[$h][1] = $langs->trans(
"Setup");
38 $head[$h][2] =
'blockedlog';
41 $langs->load(
"blockedlog");
42 $head[$h][0] = DOL_URL_ROOT.
"/blockedlog/admin/blockedlog_list.php?withtab=1";
43 $head[$h][1] = $langs->trans(
"BrowseBlockedLog");
45 require_once DOL_DOCUMENT_ROOT.
'/blockedlog/class/blockedlog.class.php';
47 if ($b->alreadyUsed()) {
48 $head[$h][1] .= (empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) ?
'<span class="badge marginleftonlyshort">...</span>' :
'');
50 $head[$h][2] =
'fingerprints';
53 $object =
new stdClass();
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode='add', $filterorigmodule='')
Complete or removed entries into a head array (used to build tabs).