ajout du DOCTYPE et de la balise <html> pour la plupart des pages gnres
This commit is contained in:
parent
3244171d4a
commit
01d5dabb2b
@ -325,6 +325,9 @@ function top_menu($head, $title="")
|
|||||||
{
|
{
|
||||||
global $user, $conf, $rtplang;
|
global $user, $conf, $rtplang;
|
||||||
|
|
||||||
|
print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
|
||||||
|
print "\n<html>";
|
||||||
|
|
||||||
print $rtplang->lang_header();
|
print $rtplang->lang_header();
|
||||||
|
|
||||||
// print "<HTML><HEAD>";
|
// print "<HTML><HEAD>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user