40 $head[$h][0] = DOL_URL_ROOT.
"/admin/receiptprinter.php?mode=config";
41 $head[$h][1] = $langs->trans(
"ListPrinters");
42 $head[$h][2] =
'config';
45 $head[$h][0] = DOL_URL_ROOT.
"/admin/receiptprinter.php?mode=template";
46 $head[$h][1] = $langs->trans(
"SetupReceiptTemplate");
47 $head[$h][2] =
'template';
50 if ($mode ==
'test') {
51 $head[$h][0] = DOL_URL_ROOT.
"/admin/receiptprinter.php?mode=test";
52 $head[$h][1] = $langs->trans(
"TargetedPrinter");
53 $head[$h][2] =
'test';