Für alle die evtl. ein ähnliches Problem haben.
Jetzt die Lösung:
in der includes/frontend.html.php
Code:
...
<table cellspacing="0" cellpadding="1" class="moduletable">
<?php if ($module->showtitle!=0) { ?>
<tr>
<th valign="top"><?php print $module->title;?></th>
</tr>
<?php } ?>
<tr>
<td><?php echo $module->content;?></td>
</tr>
</table>
<br />
<?php
}
.... Einfach die roten <br /> löschen
Manchmal sieht man vor lauter Bäumen den Wald nicht...
