Example #1
0
<head>
<title>Rundfunker</title>
<link href="shared/rundfunker.css" rel="stylesheet" type="text/css">
<script src="shared/rundfunker.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<?php 
//Import
require_once "admin/config.inc.php";
function __autoload($class_name)
{
    require_once "dynamic/" . $class_name . '.php';
}
$mysql = Database::databaseFactory('MySQL');
if (!isset($_GET['modul'])) {
    $_GET['modul'] = "uebersicht";
}
$util = new Util();
?>
<table width="100%">
<tr>
<td colspan="3" valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="14" height="36"><img src="shared/images/header_left.gif" width="14" height="36"></td>
    <td background="shared/images/header_center.gif"><a href="index.php"><img src="shared/images/header_logo.gif" alt="Rundfunker" width="178" height="36" border="0"></a></td>
    <td width="14"><img src="shared/images/header_right.gif" width="14" height="36"></td>
  </tr>
</table>
</td>