aboutview.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?
  2. include("../config/conn.php");
  3. include("../config/function.php");
  4. $id=$_GET[id];
  5. while0("*","yjcode_onecontrol where tyid=".$id);if(!$row=mysql_fetch_array($res)){php_toheader("../");}
  6. ?>
  7. <html>
  8. <head>
  9. <meta http-equiv="x-ua-compatible" content="ie=7" />
  10. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  11. <title><?=returnonecon($row[tyid])?> - <?=webname?></title>
  12. <? include("../tem/cssjs.html");?>
  13. </head>
  14. <body>
  15. <? include("../tem/top.html");?>
  16. <? include("../tem/top1.html");?>
  17. <div class="bfb bfbabout">
  18. <div class="yjcode">
  19. <div class="dqwz">
  20. <ul class="u1">
  21. 您当前的位置:<a href="../">首页</a> <span>>></span>
  22. <?=returnonecon($row[id])?>
  23. </ul>
  24. </div>
  25. <div class="left">
  26. <div class="aboutmenu">
  27. <a href="aboutview2.html">关于我们<span> ></span></a>
  28. <a href="aboutview3.html">广告合作<span> ></span></a>
  29. <a href="aboutview4.html">联系我们<span> ></span></a>
  30. <a href="aboutview5.html">隐私条款<span> ></span></a>
  31. <a href="aboutview6.html">免责声明<span> ></span></a>
  32. <a href="map.php" class="a0">网站地图<span> ></span></a>
  33. </div>
  34. </div>
  35. <div class="abouttxt"><?=$row[txt]?></div>
  36. </div>
  37. </div>
  38. <? include("../tem/bottom.html");?>
  39. </body>
  40. </html>