<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title>Help me & about RepMan</title>
<link rel="stylesheet" href="sc/style.css" type="text/css">
</head>
<body>
<br>
<div id="menu">
<?
require ('inc/menu.php');
?>
</div>
<div class="about">
<?
require ('help/about.'.$GLOBALS["language_help"].'.php');
?>
</div>
<div id="pruh">
</div>
<div id="helptext">
<?
if (isset($_GET["id"])) {
if (file_exists("help/".$_GET["id"].".".$GLOBALS["language_help"].".php")) {
require ("help/".$_GET["id"].".".$GLOBALS["language_help"].".php");
} else {
logerr("Pokus o nalezeni id = 'help/".$_GET["id"].".".$GLOBALS["language_help"].".php' selhal.");
require ("help/help.php.".$GLOBALS["language_help"].".php");
}
} else {
require ("help/help.php.".$GLOBALS["language_help"].".php");
}
?>
</div>
</body>
</html>