Initial commit

This commit is contained in:
易焱
2021-03-13 18:42:01 +08:00
commit d9a3c376d5
3243 changed files with 627198 additions and 0 deletions
@@ -0,0 +1,18 @@
<?php if (!defined('THINK_PATH')) exit();?><!doctype html>
<html>
<head>
<meta charset="utf-8">
<title><?php echo ($pagetitle); ?></title>
</head>
<body>
<?php echo abc();?>
<h1><?php echo ($r["title"]); ?></h1>
<h1>点击:<script src='/index.php/Home/View/getClick?catid=<?php echo ($r["cat"]["catid"]); ?>&id=<?php echo ($r["id"]); ?>'></script></h1>
<h2><?php echo (date("Y年m月d日",$r["newstime"])); ?></h2>
<?php echo htmlspecialchars_decode($r[newstext]);?>
<p>上一条:<?php echo ($preinfo); ?></p>
<p>下一条:<?php echo ($nextinfo); ?></p>
</body>
</html>