I am Polish, so I do not write well in English. I have this problem when importing a file php.xml is all good but I mean that only I see this site and the other has the same look they do not see why
http://plgf-ls.pl/misc.php?page=regulamin ?
This is the Code.
<?php
global $headerinclude, $header, $theme, $footer;
$template='<html>
<head>
<title>'.$pages['name'].'</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" cellspacing="'.$theme['borderwidth'].'" cellpadding="'.$theme['tablespace'].'" class="tborder">
<thead>
<tr>
<td class="thead">
<strong>'.$pages['name'].'</strong>
</td>
</tr>
</thead>
<tbody>
<tr>
<td class="trow1"><iframe src="/rejestracja.php" width="1400" height="1400" frameborder="0" scrolling="no"></iframe></td>
</tr>
</tbody>
</table>
<br />
{$footer}
</body>
</html>';
$template=str_replace("\'", "'", addslashes($template));
add_breadcrumb($pages['name']);
eval("\$page=\"".$template."\";");
output_page($page);
?>
When you enter a different writing so
The requested page is not available.
Why do I have this problem?