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)
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;
multicurrencyLimitPrepareHead($aCurrencies)
Prepare array with list of currency tabs.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
print $_SERVER["PHP_SELF"]
Edit parameters.
multicurrencyAdminPrepareHead()
Prepare array with list of tabs.
complete_head_from_modules($conf, $langs, $object, &$head, &$h, $type, $mode= 'add')
Complete or removed entries into a head array (used to build tabs).