Hi
danke für deine Hilfe...also damit ich das jetzt richtig verstehe folgende Stellen muss ich bei mir in die index.php kopieren (bzw. vorher ja anpassen) :
Code:
if ( $option == "com_simpleboard" || $option == "com_events" || $option == "com_jobline"|| $option == "com_docman" || $option == "com_classifieds" || $option == "com_comprofiler" || $option == "com_zoom" || $option == "com_postcard" || $option == "com_wrapper")
{
$rightBlock = FALSE;
$colspan = 2;
} else {
$rightBlock = TRUE;
$colspan = 1;
}
?>
und :
Code:
<!-- Tabellenreihe für Menü Links, Mitte und Rechts-->
<tr>
<td valign="top" bgcolor="#eeeeee"><?php mosLoadModules ( 'left' ); ?></td>
<!-- Pathway-->
<td valign="top" bgcolor="#eeeeee" colspan="<?php echo $colspan; ?>">
<table width="96%" align="center" cellpadding="0" cellspacing="2">
<tr>
<td><?php mosPathWay(); ?></td>
</tr>
</table>
ist das richtig? das mit dem Colspan hab ich noch nicht so ganz verstanden. Hab meine index.php mal im anhang angefügt. Hoffe kannst mir weiterhelfen 
mfg
evolution
Lesezeichen