40 $head[$h][1] = $langs->trans(
"Parameters");
41 $head[$h][2] =
'settings';
44 $head[$h][0] =
dol_buildpath(
"/multicurrency/multicurrency_rate.php", 1);
45 $head[$h][1] = $langs->trans(
"TabTitleMulticurrencyRate");
46 $head[$h][2] =
'ratelist';
69 foreach ($aCurrencies as $currency) {
70 $head[$i][0] = $_SERVER[
'PHP_SELF'].
'?currencycode='.$currency;
71 $head[$i][1] = $langs->trans(
"Currency".$currency).
' ('.$langs->getCurrencySymbol($currency).
')';
72 $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.