View file jpmobile/dis/jp_web/tema.html

File size: 2.27Kb
<!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/jp_web/style.css" type="text/css" />
</head>

<body>
<div align="center"><div class="web_ct">
<a href="/"><div class="top"><?php echo $site_title?></div></a>
<table class="st_table">
  <tbody>
    <tr>
      <td width="25%" class="st_td">
        <div class="ct menu">
         <div class="ramka">Меню</div>
         <?php include_once('menu/menu.txt');?>
         <?php include($cms.'moduls/visual/menu.php')?>
         <?php include ('moduls/page/vig.php');?>

        </div>
        <div class="ct">
         <?php include('str/m_auto.txt')?>
        </div>
        <div class="ct">
         <?php include_once($cms.'moduls/my_link/link_add.php');?>
         <?php include_once($cms.'moduls/my_link/link_vig.php');?>
        </div>
        <div class="ct">
         <div class="ramka">Реклама</div>
         <?php include_once('rekla/bottom.txt');?>
        </div>
        </td>
      <td width="50%" class="st_td">
        <?php include ('str/gen.php');?>
      </td>
      <td width="25%" class="st_td">
        <div class="ct">
        <div class="ramka">Микро-ЧАТ</div>
          <?php include ('chat/vig.php');?>
        </div>
        <div class="ct">
        <div class="ramka">Интересно</div>
          <?php include('rekla/top.txt');?>
        </div>
        <div class="ct">
        <div class="ramka">Статистика</div>
         <?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>
      </td>
    </tr>
  </tbody>
</table>



<div class="cp">
&copy;<a href="http://jpcms.h2m.ru">JPmobile</a>
</div>
</div>
</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>