hier der index.php code:
PHP-Code:
<?php
// BSQ Sitestats
if(file_exists($mosConfig_absolute_path."/components/com_bsq_sitestats/bsqtemplateinc.php"))
{
require_once($mosConfig_absolute_path."/components/com_bsq_sitestats/bsqtemplateinc.php");
}
?>
<?PHP
// JOOMLASTATS
if (file_exists($mosConfig_absolute_path."/components/com_joomlastats/joomlastats.inc.php"));
require_once($mosConfig_absolute_path."/components/com_joomlastats/joomlastats.inc.php");
?>
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
?>
<!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"><!--IE 7 quirks mode please-->
<meta **********="Content-Type" content="text/html;>charset=iso-8859-1">
<head>
<?php if ( $my->id ) { initEditor(); } ?>
<meta **********="Content-Type" content="text/html;><?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<?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 src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<link href="template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<div id="top">
<div id="global_nav">
<?php mosLoadModules ( 'user3' ); ?>
</div>
</div>
<div id="banner"><img src="templates/silent_power/images/logo_pilates.jpg" alt="Pilates SG Baden" />
</div>
</div>
<p></p>
<div id="content">
<div id="left">
<?php mosLoadModules ( 'left' ); ?>
</div>
<div id="main">
<?php mosMainBody(); ?>
</div>
</div>
<p></p>
<div style="clear:both"></div>
<span style="clear:both"></span>
<div id="footer">
Impressum: Pilatesstudio SG, Sandra Genzel <br> Grundauerweg 15, 2500 Baden <br>
© Copyright 2007: Pilatesstudio SG
</div>
</body>
</html>
Lesezeichen