Ano, je to opět tady potíže s patičkou.. plaváčkovo řešení? Ne nefunguje mi.. spíš ho nedokážu použít?
Mohl by mi prosím někdo pomoct?
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
<!-- Style -->
<link rel="stylesheet" type="text/css" href="style.css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="style_ie.css" /><![endif]-->
<title>..:Montyho webblog:..</title>
</head>
<body>
<!-- pocitadlo -->
<?php include'moduly/pocitadlo/pocitadlo.php'; ?>
<!-- Menu a nadpis -->
<div id="container">
<div id="header"><center><img src="dokumenty/obrázky/nazev.png" alt="Montyho webblog" class="nazev"/></center></div>
<div id="menu">
<center><div class="menu">
<a href="index.php">Úvod</a> †
<a href="index.php?id=mainit">IT Projekty</a> †
<a href="index.php?id=mainkontakt">Kontakt</a></div>
</center></div>
<div id="body">
<!-- Obsah -->
<div id="main">
<?php
$content=$_GET['id'];
if($content){
$f=$content.".inc";
include($f);
}
else
{
include("mainuvod.inc");
}
?>
<!-- novinky -->
<?php include'novinky.php'; ?>
</div>
</div>
<!-- Patička -->
<center><?php include'paticka.php'; ?></center>
</body>
</html>