Ich vermute, die von Dir gewünschte Antwort steht hier:
http://www.contenido.org/forum/viewtopi ... 4303#44303
Ansonsten:
hehe bei jedem ist es anders
Glaube ich nicht.
V4.4.5:
Layout:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Alles geil hier</title>
<link rel="stylesheet" type="text/css" href="css/format.css">
</head>
<body>
Test
</body>
</html>
ohne Angabe des Seitentitels führt zu:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Alles geil hier</title>
<link rel="stylesheet" type="text/css" href="css/format.css">
<meta name="generator" content="CMS Contenido 4.4.5">
<meta http-equiv="Content-Type" content="text/html; charset=">
</head>
<body>
Test
</body>
</html>
Mit Angabe des Seitentitels "Super" führt zu:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Super</title>
<link rel="stylesheet" type="text/css" href="css/format.css">
<meta name="generator" content="CMS Contenido 4.4.5">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
Test
</body>
</html>
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Alles geil hier</title>
<meta name="siteinfo" content="http://www.sauerstoffionen.de/robots.txt">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="content-language" content="de">
<META NAME="language" content="deutsch, de, ch, at">
<META NAME="author" CONTENT=" Sauerstoffionen">
<META NAME="publisher" CONTENT="Sauerstoffionen">
<meta name="distribution" content="global">
<meta name="page-topic" content="Medic, Medizin, Heilbehandlung">
<META NAME="copyright" CONTENT="Sauerstoffionen">
<META NAME="page-type" CONTENT="Homepage">
<META HTTP-EQUIV="pragma" CONTENT="0">
<META name="audience" content="Alle,all">
<meta name="rating" CONTENT="General">
<script language="javascript" src="sauerstoffionen.js"></script>
<link rel="stylesheet" type="text/css" href="css/format.css">
</head>
<body>
Test
</body>
</html>
führt ohne Seitentitel zu:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Alles geil hier</title>
<meta name="siteinfo" content="http://www.sauerstoffionen.de/robots.txt">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="content-language" content="de">
<META NAME="language" content="deutsch, de, ch, at">
<META NAME="author" CONTENT=" Sauerstoffionen">
<META NAME="publisher" CONTENT="Sauerstoffionen">
<meta name="distribution" content="global">
<meta name="page-topic" content="Medic, Medizin, Heilbehandlung">
<META NAME="copyright" CONTENT="Sauerstoffionen">
<META NAME="page-type" CONTENT="Homepage">
<META HTTP-EQUIV="pragma" CONTENT="0">
<META name="audience" content="Alle,all">
<meta name="rating" CONTENT="General">
<script language="javascript" src="sauerstoffionen.js"></script>
<link rel="stylesheet" type="text/css" href="css/format.css">
<meta name="generator" content="CMS Contenido 4.4.5">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
Test
</body>
</html>
führt mit Seitentitel zu:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Super</title>
<meta name="siteinfo" content="http://www.sauerstoffionen.de/robots.txt">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="content-language" content="de">
<META NAME="language" content="deutsch, de, ch, at">
<META NAME="author" CONTENT=" Sauerstoffionen">
<META NAME="publisher" CONTENT="Sauerstoffionen">
<meta name="distribution" content="global">
<meta name="page-topic" content="Medic, Medizin, Heilbehandlung">
<META NAME="copyright" CONTENT="Sauerstoffionen">
<META NAME="page-type" CONTENT="Homepage">
<META HTTP-EQUIV="pragma" CONTENT="0">
<META name="audience" content="Alle,all">
<meta name="rating" CONTENT="General">
<script language="javascript" src="sauerstoffionen.js"></script>
<link rel="stylesheet" type="text/css" href="css/format.css">
<meta name="generator" content="CMS Contenido 4.4.5">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
Test
</body>
</html>
Gruß
HerrB