From 01d5dabb2bc9a01a6770d4b3e8e7ea2f56487355 Mon Sep 17 00:00:00 2001 From: bcroq Date: Fri, 3 Oct 2003 19:30:23 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20du=20DOCTYPE=20et=20de=20la=20balise=20?= =?UTF-8?q?=20pour=20la=20plupart=20des=20pages=20g=E9n=E9r=E9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 4b29a7b12b1..a84cc57819e 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -325,6 +325,9 @@ function top_menu($head, $title="") { global $user, $conf, $rtplang; + print ''; + print "\n"; + print $rtplang->lang_header(); // print "";