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

Размер файла: 1.54Kb
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
    <meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
    <link rel="stylesheet" href="dis/dars/style.css" type="text/css" />
</head>

<body>
<a href="/"><div class="top"><?php echo $site_title?></div></a>
<div class="ct">
<?php include_once('rekla/top.txt');?>
</div>
<hr />
<div class="ct">
<?php
 if (!is_file($cms.'user/'.$_SESSION['user_login'].'/profile.php'))
{
echo '
<img src="/dis/dars/images/auth.gif" alt="" /> <a href="/?page=auth">Авторизация</a><br>
<img src="/dis/dars/images/reg.gif" alt="" /> <a href="/?page=reg">Регистрация</a>
      ';
}
 else
{
  include($cms.'str/m_auto.txt');
}
?>
</div>
<div class="ct">
<?php include ('str/gen.php');?>
</div>
<div class="ct">
<?php include_once($cms.'moduls/my_link/link_add.php');?>
</div>
<hr />
<div class="ct">
</div>
<div class="cp">
&copy;<a href="http://jpcms.h2m.ru">JPmobile</a>
</div>
<div class="st">
<?php include('onl/online.php')?><br>
<?php include_once('flud/block/echo_count.php');?>
<a href="/?page=spisok">Зарегистрировано</a>: <?php readfile('user/count.txt')?>
</div>

</body>
<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>
</html>