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