hmm, da scheint aktuell ein Bug im CVS zu sein...
Gruß,
Markus
EDIT:
Ich hab den Fehler gefunden:
Wenn deine ctype.inc.php z.b. so aussieht:
- Code: Alles auswählen
$REX['CTYPE'][0] = "main";
$REX['CTYPE'][1] = "column2";
z.b.
- Code: Alles auswählen
<table>
<tr>
<td>
<? print $this->getArticle(0); ?>
</td>
<td>
<? print $this->getArticle(1); ?>
</td>
</tr>
<table>
Aber ich vermute, dass das bis zum release noch umgebaut wird, dass man da anstatt der zahlen dann 'sidebar' etc. einträgt...


