Necronomicon
Gesperrt
eViLaSh, ich euch auch dankbar. Und deine Variante hab ich als erstes versucht geht ned..............................
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<a href="index.php?inc=news.php"> news </a>
<?php include($inc); ?>
<?php
if(isset($inc));{
include($inc);
}else{
include(standart.php); //oder eben das was da standartmässig rein soll
} ?>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#aec1d3" text="#000000" link="#000000" vlink="#000000" alink="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<br>
<br>
<div align="center">
<table width="75%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="800" height="31"><img src="img/top1.jpg"></td>
</tr>
<tr>
<td width="800" height="36"><img src="img/top2.jpg"></td>
</tr>
<tr>
<td width="800" height="114"><img src="img/top3.jpg"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="112" valign="top" background="img/left/04.jpg">
<? include "left.php" ?>
</td>
<td background="img/middle/03.jpg" width="45" valign="top">
<? include "middle.php" ?>
</td>
<td background="img/middle/00.jpg" width="470" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="img/middle/00.jpg"><div align="right"><img src="img/middle/04.jpg" width="58" height="29"></div></td>
</tr>
<tr>
<td align="center">
<?php
if(isset($page));{
include($page);
} else {
include(uc.php);
} ?>
</td>
</tr>
</table>
</td>
<td width="173" valign="top" background="img/right/06.jpg">
<? include "right.php" ?><br><br></td>
</tr>
</table></td>
</tr>
</table></div>
</body>
</html>