Просмотр файла dis/st5/tema.html

Размер файла: 1.81Kb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<head>
	<link rel="stylesheet" href="dis/st5/style.css" type="text/css" />
	</head>
<body>
	<div id="content">
    <h3><?php echo '<noindex>';include('user/index.php');echo '</noindex>';?></h3> <br>
	<div id="left">
			<div class="caption"><p>Навигация</p></div>
			<div class="box menu">
				<ul>
					<?php include_once('menu/menu.txt');?>
				</ul>
			</div>

			<div class="caption"><p>Страницы</p></div>
			<div class="box">
				<?php include ('moduls/page/vig.php');?>
			</div>

			<div class="caption"><p>Календарь</p></div>
			<div class="box">
			<center>
				<?php include ('flud/date/kole.php');?>
			</center>
			</div>


			<div class="caption"><p>Доска объявлений</p></div>
			<div class="box">
				<?php include ('dis/price.txt');?>
			</div>


            <div class="caption"><p>Прaздники</p></div>
			<div class="box">
				<?php include ('moduls/prasd/segod.php');?>
			</div>

		</div>

		<div id="center">
          <div align="center"><?php include ('str/gen.php');?></div>
		</div>



		<div id="right">

			<div class="caption"><p>Гостевая книга</p></div>
			<div class="box">
            <?php include ('gb/vig.php');?>
			</div>

			<div class="caption"><p>Интересно</p></div>
			<div class="box">
            <?php include_once('rekla/top.txt');?>
			</div>
		</div>

		<div id="footer">
			<div id="fl">
			<?php include_once('rekla/bottom.txt');?><br />
				<i>Design by <b>Gen</b></i>
			</div>
		</div>

	</div>

<head>
<title><?php echo $str_title?> - <?php echo $site_title?></title>
    <meta name="description" content="<?php echo $pg_pr_d ?>" />
    <meta name="keywords" content="<?php echo $pg_pr_k ?>"/>

</head>

</body>
</html>