und habe ein Layout erstellt wie im tutorial . Leider zeigt er mir meine
erstellte Hauptnavigation nicht an. Ich vermute das ich noch mehr definieren. Aber ich steh grad auf dem schlauch oder muss ich auch ein neues Modul für die Hauptnavigation schreiben ?
Code: Alles auswählen
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>Website Titel</title>
</head>
<body>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>CMS_CONTAINER[1]</td>
<td>CMS_CONTAINER[2]</td>
</tr>
<tr>
<td>CMS_CONTAINER[3]</td>
<td>CMS_CONTAINER[4]</td>
</tr>
</table>
</body>
</html>