From 6ebee53d50678af24f71e3dbebe5200e8a8939e4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 10:09:29 +0000 Subject: [PATCH] =?UTF-8?q?Ajoute=20le=20num=E9ro=20de=20version=20dans=20?= =?UTF-8?q?le=20titre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index b4e419a4732..12d4add203c 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -22,7 +22,7 @@ require("./pre.inc.php"); llxHeader(); -print_titre("Configuration Dolibarr"); +print_titre("Configuration Dolibarr (version ".DOL_VERSION.")"); print '';