hhmmm klar besteht die möglichkeit. nachdem ich aber das gesamte design verschoben habe wirst wahrscheinlich nicht viel damit anfangen können:
hier die änderungen ind template_css.css:
Code:
#header{
margin-top:16px;
background:#E60000 url(../images/headerbg_m.jpg) top left repeat-x;
color:#fff;
}
#header .bgbl{
background:url(../images/headerbg_bl.jpg) no-repeat;
background-position:196px 105%;
height:auto!important;
height:150px;
min-height:100px;
padding:0px 24px 50px 24px;
position:relative;
}
und weiter unten:
Code:
#reflection-l{
position:relative;
height:54px;
margin-left:-44px;
margin-right:-44px;
padding-left:16px;
}
#reflection-r{
height:54px;
padding-right:16px;
}
#reflection{
height:54px;
padding-left:42px;
padding-right:42px;
}
dann hab ich noch an der index.php im template verzeichnis geschraubt:
PHP-Code:
<div id="breadcrumbs">
Du bist hier: <img src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/arrow.png" alt="arrow"/> <?php mosPathway() ?>
</div>
und am ende der datei:
PHP-Code:
<?php if(mosCountmodules("user1")||mosCountModules("user2")){ ?>
<div id="bottom"><div class="bottombg">
<?php if(mosCountmodules("user1")){ ?>
<div id="user1">
<?php mosLoadmodules("user1",-2)?>
</div>
<?php } ?>
<?php if(mosCountmodules("user2")){ ?>
<div id="user2">
<?php mosLoadmodules("user2",-2)?>
</div>
<?php } ?>
<div class="clear"></div>
</div></div><!--bottom-->
<?php } ?>
</div></div></div>
<!--container-->
<div id="reflection"><div id="reflection-l"><div id="reflection-r"></div></div></div>
und danach den footer aufrufen......
HTH
seminox
PS: anschauen und feststellen daß es jetzt im ie5, ie6, ie7, und ff funktioniert kannst du unter: www.mv-wiblingen.de/CMS
Lesezeichen