40 $head[$h][0] = DOL_URL_ROOT.
"/admin/multicurrency.php";
41 $head[$h][1] = $langs->trans(
"Parameters");
42 $head[$h][2] =
'settings';
45 $head[$h][0] = DOL_URL_ROOT.
"/multicurrency/multicurrency_rate.php";
46 $head[$h][1] = $langs->trans(
"TabTitleMulticurrencyRate");
47 $head[$h][2] =
'ratelist';
70 foreach ($aCurrencies as $currency) {
71 $head[$i][0] = $_SERVER[
'PHP_SELF'].
'?currencycode='.$currency;
72 $head[$i][1] = $langs->trans(
"Currency".$currency).
' ('.$langs->getCurrencySymbol($currency).
')';
73 $head[$i][2] = $currency;
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).
multicurrencyAdminPrepareHead()
Prepare array with list of tabs.
multicurrencyLimitPrepareHead($aCurrencies)
Prepare array with list of currency tabs.