View Single Post
Old 29.04.2004, 12:35   #2 (permalink)
mrjinx
Expert Mamber
 
mrjinx's Avatar
 
Join Date: Apr 2004
Location: Germany
Posts: 433
mrjinx is on a distinguished road
Default Re: Allgemeines Modulproblem

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...
mrjinx is offline   Reply With Quote