hallo, danke erst mal.
also bei site template - edit html steht das nicht bei zeile 39..
Code:
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
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 mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
$collspan_offset = ( mosCountModules( 'right', 'left' ) + mosCountModules( 'user2' ) ) ? 2 : 1;
//script to determine which div setup for layout to use based on module configuration
$user1 = 0;
$user2 = 0;
$colspan = 0;
$right = 0;
$left = 0;
$banner = 0;
// banner combos
//user1 combos
if ( mosCountModules( 'user1' ) + mosCountModules( 'user2' ) == 2) {
$user1 = 2;
$user2 = 2;
$colspan = 3;
} elseif ( mosCountModules( 'user1' ) == 1 ) {
$user1 = 1;
$colspan = 1;
} elseif ( mosCountModules( 'user2' ) == 1 ) {
$user2 = 1;
$colspan = 1;
}
//banner based combos
if ( mosCountModules( 'banner' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) {
$banner = 1;
}
//right based combos
if ( mosCountModules( 'right' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) {
$right = 1;
}
//left based combos
if ( mosCountModules( 'left' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) {
$left = 1;
}
//top based combos
if ( mosCountModules( 'top' ) and ( empty( $_REQUEST['task'] ) || $_REQUEST['task'] != 'edit' ) ) {
$top = 1;
}
?>
<meta **********="Content-Type" content="text/html; charset=iso-8859-1" />
<?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?><?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />" ; ?>
<script type="text/javascript" src="templates/schablone/js/prototype.lite.js"></script>
<script type="text/javascript" src="templates/schablone/js/moo.fx.js"></script>
<script type="text/javascript" src="templates/schablone/js/moo.fx.pack.js"></script>
<script type="text/javascript" src="templates/schablone/js/mootools.v1.00.js"></script>
<script type="text/javascript">
// Effects
window.onload = function()
{
myeffectHeight = new fx.Height('footer', {duration: 500, onComplete: function()
{
}
});
}</script>
</head>
<?php
$tstart = mosProfiler::getmicrotime();
?>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div id="head"> </div></td>
</tr>
<tr>
<td><div id="top_menu">
<div id="top_menu_inner">
<?php mosLoadModules ( 'user3' ); ?>
</div>
</div></td>
</tr>
<tr>
<td id="content_outer" valign="top"><table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="content_table">
<tr valign="top">
<?php
if ( $left > 0 ) {
?>
<td><div id="left_outer">
<div id="left_inner_float">
<div id="left_inner">
<?php mosLoadModules ( 'left', -2 ); ?>
</div>
</div>
</div></td>
<?php
}
?>
<td width="100%" id="content"><div>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="content">
<tr>
<td colspan="<?php echo $colspan; ?>"><div id="pathway">
<div id="pathway_text">
<?php mosPathWay(); ?>
</div>
</div>
<div id="main_content">
<?php mosMainBody(); ?>
</div></td>
</tr>
<?php
if ($colspan > 0) {
?>
<tr valign="top">
<?php
if ( $user1 > 0 ) {
?>
<td width="50%"><div id="user1_outer">
<div class="user1_inner">
<?php mosLoadModules ( 'user1', -2 ); ?>
</div>
</div></td>
<?php
}
if ( $colspan == 3) {
?>
<?php
}
if ( $user2 > 0 ) {
?>
<td width="50%"><div id="user2_outer">
<div class="user2_inner">
<?php mosLoadModules ( 'user2', -2 ); ?>
</div>
</div></td>
<?php
}
?>
</tr>
<tr>
<td colspan="<?php echo $colspan; ?>"></td>
</tr>
<?php
}
?>
</table>
</div></td>
<?php
if ( $right > 0 ) {
?>
<td><div id="right_outer">
<div id="right_inner_float">
<div id="right_inner">
<?php mosLoadModules ( 'right', -2 ); ?>
</div>
</div>
</div></td>
<?php
}
?>
</tr>
</table></td>
</tr>
<tr>
<td><div id="footer">
<div align="center">
<div id="trennen" onclick="myeffectHeight.toggle();">Hier abschneiden</div>
</div>
<div id="bottom" align="center"><a href="<?php echo $mosConfig_live_site; ?>" target="_self">Test</a><img src="templates/schablone/images/star.jpg" alt="star" hspace="5" /><a href="<?php echo $mosConfig_live_site; ?>" target="_self">Test</a><img src="templates/schablone/images/star.jpg" alt="star" hspace="5" /><a href="<?php echo $mosConfig_live_site; ?>" target="_self">Test</a><img src="templates/schablone/images/star.jpg" alt="star" hspace="5" /><a href="<?php echo $mosConfig_live_site; ?>" target="_self">Test</a><img src="templates/schablone/images/star.jpg" alt="star" hspace="5" /><a href="<?php echo $mosConfig_live_site; ?>" target="_self">Test</a><img src="templates/schablone/images/star.jpg" alt="star" hspace="5" /><a href="<?php echo $mosConfig_live_site; ?>" target="_self">Test</a><img src="templates/schablone/images/star.jpg" alt="star" hspace="5" /><a href="<?php echo $mosConfig_live_site; ?>" target="_self">Test</a></div>
<div id="footer_inner">
<script type="text/javascript">
var jetzt = new Date();
var Jahresmonat = jetzt.getMonth();
var Monat = new Array("January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December");
document.write('');
document.write(Monat[Jahresmonat] + "");
document.write("-");
var jetzt = new Date();
var Tag = jetzt.getDate();
document.write('');
document.write(Tag + "");
document.write("-");
var jetzt = new Date();
var Jahr = jetzt.getFullYear();
document.write("" + Jahr);
</script>
<script type="text/javascript">
var jetzt = new Date();
var Std = jetzt.getHours();
var Min = jetzt.getMinutes();
var StdAusgabe = ((Std < 10) ? "0" + Std : Std);
var MinAusgabe = ((Min < 10) ? "0" + Min : Min);
document.write("" + StdAusgabe + ":" + MinAusgabe + "");
</script>
|
<?php
$tend = mosProfiler::getmicrotime();
$totaltime = ($tend - $tstart);
printf ("Page was generated in %f seconds", $totaltime);
?>
</div>
<div id="logo"> Valid <a href="http://validator.w3.org/check?uri=referer" target="_blank">XHTML</a> & <a href="http://jigsaw.w3.org/css-validator/" target="_blank">CSS</a> | Copyright 2008 by <a href="<?php echo $mosConfig_live_site; ?>" target="_self">Stizzle</a></div>
</div></td>
</tr>
</table>
<?php mosLoadModules( 'debug', -1 );?>
</body>
</html>
ich weiss jetzt nicht genau, was ich machen soll 
tut mir leid für die noobie-frage :(
also die buttons fehlen komplett :(
Lesezeichen