|
|
|
@ -43,9 +43,10 @@ function install_debut_html($titre = 'AUTO', $onLoad = '') {
|
|
|
|
|
"<title>".
|
|
|
|
|
textebrut($titre).
|
|
|
|
|
"</title>
|
|
|
|
|
<link rel='stylesheet' href='".direction_css(find_in_path('reset.css'))."' type='text/css' />\n" .
|
|
|
|
|
"<link rel='stylesheet' href='".direction_css(find_in_path('minipres.css'))."' type='text/css' />\n" .
|
|
|
|
|
// cet appel permet d'assurer un copier-coller du nom du repertoire a creer dans tmp (esj)
|
|
|
|
|
<link rel='stylesheet' href='".direction_css(find_in_theme('reset.css'))."' type='text/css' />\n" .
|
|
|
|
|
"<link rel='stylesheet' href='".direction_css(find_in_theme('clear.css'))."' type='text/css' />\n" .
|
|
|
|
|
"<link rel='stylesheet' href='".direction_css(find_in_theme('minipres.css'))."' type='text/css' />\n" .
|
|
|
|
|
// cet appel permet d'assurer un copier-coller du nom du repertoire a creer dans tmp (esj)
|
|
|
|
|
http_script('', "spip_barre.js") .
|
|
|
|
|
"</head>
|
|
|
|
|
<body".$onLoad." class='minipres'>
|
|
|
|
|