Hallo
Hab ein kleines Problem ich möchte mein Header bisschen verändern.
Aber hab jetzt schon alles Probiert, aber ich bring einfach den Seitename von dem Header HTML nicht weg. könnt ihr mir vll. Weiterhelfen?
http://h-sound.de/
Möchte auch das bild von der Straße weg heben, aber ich bekomm das wirklich nicht hin!
Code:<?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php $iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>'; ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <**** **********="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <?php mosShowHead(); ?> <?php if ( $my->id ) { initEditor(); } if ((mosCountModules( 'user1' )) && (mosCountModules( 'user2' ))) { //if both modules are loaded, we need a 50%-layout for them $usera = 'user1'; $userb = 'user2'; } else if ((mosCountModules( 'user1' )) || (mosCountModules( 'user2' ))) { // if only one, then 100% no matter which one. $usera = 'user3'; $userb = 'user3'; } ?> <**** **********="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <link href="<?php echo $mosConfig_live_site; ?>/templates/jooorange/css/template_css.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="allover"> <div id="header1"> <?php if (mosCountModules( "user3" )) { ?><?php mosLoadModules ( 'user3',-1); ?><?php } else {echo" ";} ?> </div> <div id="header2"> <div id="header2-inner-left" style="background-image:url( <?php echo $mosConfig_live_site; ?>/templates/jooorange/images/hg1.png)"> </div> <div id="header2-text"><?php echo $GLOBALS['mosConfig_sitename']; ?></div> </div> <div id="navi"> <a name="menu"></a> <?php if (mosCountModules( "left" )) { mosLoadModules ( 'left',-3); } ?> </div> <?php if (mosCountModules( "right" )) { ?> <div id="content_wright"> <div id="content_modules"> <?php if (mosCountModules( "user1" )) {?> <div id="<?php echo $usera; ?>"> <?php mosLoadModules ( 'user1',-2); ?> </div><?php } if (mosCountModules( "user2" )) { ?> <div id="<?php echo $userb; ?>"> <?php mosLoadModules ( 'user2',-2); ?> </div><?php } ?> <div class="clr"></div> </div> <div id="content_content"> <a name="content"></a> <?php mosMainBody(); ?> </div> </div> <div id="right"><?php mosLoadModules ( 'right',-3); ?> </div> <?php } else { ?> <div id="content"> <a name="content"></a> <?php mosMainBody(); ?> </div><?php } ?> <div id="footer"> Template by <a href="http://jooon.de">jooon.de</a> <?php mosLoadModules( 'debug', -1 );?> <!-- <div id="pathway"> <?php mospathway() ?> </div> --> <div id="banner"><?php if (mosCountModules( "banner" )) { ?> <div id="banner"> <?php mosLoadModules ( 'banner',-1); ?> </div><br /> <?php } ?> </div> </div> </div> </body> </html>


LinkBack URL
About LinkBacks
Zitieren


Lesezeichen