39 $head[$h][1] = $langs->trans(
"Parameters");
40 $head[$h][2] =
'settings';
43 $head[$h][0] =
dol_buildpath(
"/multicurrency/multicurrency_rate.php", 1);
44 $head[$h][1] = $langs->trans(
"TabTitleMulticurrencyRate");
45 $head[$h][2] =
'ratelist';
68 foreach ($aCurrencies as $currency) {
69 $head[$i][0] = $_SERVER[
'PHP_SELF'].
'?currencycode='.$currency;
70 $head[$i][1] = $langs->trans(
"Currency".$currency).
' ('.$langs->getCurrencySymbol($currency).
')';
71 $head[$i][2] = $currency;
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
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.