1 Star 1 Fork 0

四少爷/SimpleHomeForEmlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
page.php 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
四少爷 提交于 2016-12-21 00:15 . 删除微博秀功能
<?php
/**
* 自建页面模板
*/
if(!defined('EMLOG_ROOT')) {exit('error!');}
?>
<div class="container">
<div class="article-list" id="article-list">
<article class="article">
<h1><a><?php echo $log_title; ?></a></h1>
<div class="content">
<p><?php echo $log_content; ?></p>
</div>
<div class="article-info">
</div>
</article>
<section class="comments">
<?php blog_comments($comments,$comnum); ?>
<?php blog_comments_post($logid,$ckname,$ckmail,$ckurl,$verifyCode,$allow_remark); ?>
</section>
</div>
<?php include View::getView('side');?>
<?php include View::getView('footer');?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/jermey/SimpleHomeForEmlog.git
[email protected]:jermey/SimpleHomeForEmlog.git
jermey
SimpleHomeForEmlog
SimpleHomeForEmlog
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385