Mario348
Neues Mitglied
index.php
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="shortcut icon" href="http://www.arudc.ch/favicon.ico">
<meta name="keywords" content="Downloads, Tips, neuste RADEON-Grafikkartentreiber, Windows Vista-Infos, Viren und Malware, Stressabbau-Downloads , Musik, Browser-Downloads , Webradio, Gästebuch, Maps, Remote">
<meta name="description" content="Kostenlose Downloads und Tips für den PC. Rubriken: neuste RADEON-Grafikkartentreiber, Windows Vista-Infos, Viren und Malware, Stressabbau-Downloads , Musik, Browser-Downloads , Webradio, Gästebuch, Maps, Remote ">
<meta name="DC.Description" content="Kostenlose Downloads und Tips für den PC. ">
<meta name="title" content="Alles rund um den Computer">
<meta name="language" content="German, de, deutsch">
<meta name="author" content="Mario Bienz">
<meta name="publisher" content="arudc.ch">
<meta name="copyright" content="arudc.ch">
<meta name="revisit-after" content="after 20 days">
<meta name="page-topic" content="Kostenlose Downloads und Tips für den PC">
<meta name="page-type" content="Gratisdownloads & Tips">
<meta name="audience" content="alle">
<meta name="robots" content="index,follow">
<meta name="generator" content="http://www.arudc.ch">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Index</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="oben.css">
</head>
<body>
<div id="content">
<?php
if($_GET['section'] == "Home")
{ include "home.php"; }
if($_GET['section'] == "Neuste_Radeon_Grafikkarten")
{ include "neuste_radeon_grafikkartentreiber.php"; }
if($_GET['section'] == "Windows_Vista_Infos")
{ include "windows_vista_infos.php"; }
if($_GET['section'] == "Viren_und_Malware")
{ include "viren_und_malware.php"; }
if($_GET['section'] == "Musik")
{ include "musik.php"; }
if($_GET['section'] == "Browserdownloads")
{ include "browserdownloads.php"; }
if($_GET['section'] == "Remote")
{ include "remote.php"; }
if($_GET['section'] == "Partner")
{ include "partner.php"; }
if($_GET['section'] == "Kontakt")
{ include "kontakt.php"; }
if ($_GET[section])
{
$section = $_GET[section];
$datei = "$section.php";
if (file_exists($datei))
{
include "$datei";
}
else
{
echo "Datei nicht gefunden";
}
}
else
{
include "home.php";
}
?>
</div>
<div id="Navigation">
<h1><img src="image/titel.gif" align="middle" width="731" height="61" alt="Alles rund um den Computer"></h1>
<ul>
<li><a href="index.php?section=Home"><span>Home</span></a></li>
<li><a href="index.php?section=neuste_Radeon_Grafikkarten"><span>neuste Radeon Grafikkarten</span></a></li>
<li><a href="index.php?section=Windows_Vista_Infos"><span>Windows Vista Infos</span></a></li>
<li><a href="index.php?section=Viren_und_Malware"><span>Viren und Malware</span></a></li>
<li><a href="index.php?section=Musik"><span>Musik</span></a></li>
<li><a href="index.php?section=Browserdownloads"><span>Browserdownloads</span></a></li>
<li><a href="index.php?section=Remote"><span>Remote</span></a></li>
<li><a href="index.php?section=Partner"><span>Partner</span></a></li>
<li><a href="index.php?section=Kontakt"><span>Kontakt</span></a></li>
</ul>
<div style="margin-top:30px;">
<!-- Beginn Bannercode submitter.de -->
<a href="http://www.submitter.de" target="new" align="middle">
<IMG SRC="http://www.submitter.de/banner/banner1.gif" NOSAVE BORDER=0 HEIGHT=50 WIDTH=200 ALT="submitter.de - Kostenloser Eintrag in über 1111 Suchmaschinen!"></a>
<!-- Ende Bannercode submitter.de -->
</div>
</div>
<!-- Counter von http://fc.webmasterpro.de : dieser Code zeigt ihre Besucherzahl an und zählt mit -->
<script type="text/javascript" src="http://fc.webmasterpro.de/counter.php?name=mario348&style=none" id="fcScriptmario348"></script>
<noscript>
<div>
<img src="http://fc.webmasterpro.de/as_noscript.php?name=mario348" alt="" />
</div>
</noscript>
</body>
</html>