Hallo ihr,
hoff ihr könnt mir helfen!!![]()
Ich habe ein eigenes Template erstellt und möchte nun die Module "LATEST NEWS" UND "POPULAR" einfügen (siehe Bild). Ich hab schon so viel probiert aber irgendwie klappt das nicht!!
Jetzt meine Frage wo und was muss ich in die index.php meines Templates einfügen, damit die Module so stehen wie auf den Bild markiert??
Danke schon mal!!
http://b4all.b4.funpic.de/
Hier meine Index.php:
PHP-Code:<?php
?>
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );$iso = split( '=', _ISO );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php if ( $my->id ) { initEditor(); } ?>
<?php mosShowHead(); ?>
<meta **********="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site;?>/templates/orangejuice/css/template_css.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="images/favicon.ico" />
<title>
<?php echo $mosConfig_sitename; ?>
</title>
</head>
<body>
<div id="wrapper">
<div id="header">
</div>
<div class="spacer"></div>
<div id="mainbody">
<div id="content">
<!-- Content Pane -->
<div class="path">
<?php mosPathWay(); ?>
</div>
<div class="spacer">
</div>
<div id="top">
<?php mosLoadModules ( 'top' ); ?>
</div>
<div class="spacer">
</div>
<div>
<?php mosMainBody(); ?>
</div>
<div class="spacer">
</div>
<div id="bottom">
<?php mosLoadModules ( 'bottom' ); ?>
</div>
</div>
<!-- end of content div -->
<div id="navigation">
<?php mosLoadModules ( 'left' ); ?>
<?php mosLoadModules ( 'right' ); ?>
</div>
</div>
<!-- end of mainbody div-->
<div id="footer">
</div>
</div>
</body>
</html>


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen