diff --git a/htdocs/printing/index.php b/htdocs/printing/index.php index f788b89bfdb..4fd21e6abc6 100644 --- a/htdocs/printing/index.php +++ b/htdocs/printing/index.php @@ -1,5 +1,6 @@ + * Copyright (C) 2016 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,6 +25,20 @@ require '../main.inc.php'; include_once DOL_DOCUMENT_ROOT.'/core/modules/printing/modules_printing.php'; +$langs->load("printing"); + + +/* + * Actions + */ + +// None + + +/* + * View + */ + llxHeader("",$langs->trans("Printing")); print_barre_liste($langs->trans("Printing"), 0, $_SERVER["PHP_SELF"], '', '', '', ''.$langs->trans("Refresh").'', 0, 0, 'title_setup.png');