danke das geht schonmal prima,letzte Problem ist oben der Weisse Strich über dem Template?Habe ich den Code vielleicht an der falschen Stelle gesetzt?Hier mal der Auszug aus der Index
PHP-Code:
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );
include($mosConfig_absolute_path."/templates/$cur_template/mysplitcssmenu.php");
?>
<!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">
<?php mosShowHead(); ?>
<meta **********="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php
if ($my->id) {
if($_REQUEST["task"] == "edit" || $_REQUEST["task"] == "new") {
include("editor/editor.php");
initEditor();
}
}
?>
<?php include_once ($mosConfig_absolute_path."/templates/$cur_template/template.php");?>
<?php echo "<link rel=\"stylesheet\" href=\"templates/$cur_template/css/template_css.css\" type=\"text/css\">" ; ?>
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" />
</head>
<body id="body-<?php echo getMenuName();?>">
<div id="page" class="narrow">
<div id="header">
<div id="headerimg">
<h1> </h1>
<div class="description">Put Your Site Description Here</div>
<div style="padding-right:15px;text-align:right"><?php echo mosCurrentDate(); ?></div>
<div id="subheader"><?php require("mysplitcssmenu.php"); echo $mycssPSPLITmenu_content; ?></div>
</div>
</div>
<hr />
<?php if(!$option || $option == 'com_content') { ?>
<div id="content" class="widecolumn">
<?php mosMainBody(); ?>
</div>
<?php }else{ ?>
<div id="content" class="narrowcolumn">
gruss virus
Lesezeichen