<?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>
   <title><?php echo $mosConfig_sitename; ?></title>
   <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
 <?php
 if ($my->id) {
   initEditor();
 }
 ?>
 <?php mosShowHead(); ?>
 <link href="<?php echo $mosConfig_live_site;?>/templates/mein_template/css/template_css.css"
      rel="stylesheet" type="text/css" />
 </head>
 <body>
 <table cellspacing="0" cellpadding="5" border="0">
   <tr>
     <td colspan="3">
       <?php echo $mosConfig_sitename; ?>
     </td>
   </tr>
   <tr>
     <td colspan="3">
       <?php mosLoadModules ( 'top', 1 ); ?>
     </td>
   </tr>
   <tr>
     <td width="20%" valign="top">
       <?php mosLoadModules ( 'left' ); ?>
     </td>
     <td width="60%" valign="top">
        <?php mosMainBody(); ?>
     </td>
     <td width="20%" valign="top">
       <?php mosLoadModules ( 'bottom' ); ?>
     </td>
  </tr>
  </table>
  <?php include_once("includes/footer.php"); ?>
 </body>
 </html>