@@@@@@@@@@@@@@@@@@@@@@@@@@

<?php 
/**
 * 自建页面模板
 */
if(!defined('EMLOG_ROOT')) {exit('error!');} 
?>
<div class="single single-post postid- single-format-standard nav_fixed">
<section class="container"><div class="content-wrap"> <div class="content"> <header class="article-header"> <h1 class="article-title"><?php echo $log_title; ?></h1> </header> <article class="article-content">
<?php echo $log_content; ?>
 </article> 
<div class="article_related"><?php doAction('log_related', $logData); ?></div>
<div class="article_post_comment" id="comment-place">
<?php blog_comments_post($logid,$ckname,$ckmail,$ckurl,$verifyCode,$allow_remark); ?>
</div>
<a name="comments"></a>
<?php 
if(isShowComment($comnum)) {
echo '<h3 class="comment-header">网友评论<b>('.$comnum.')</b></h3>';
echo '<div class="article_comment_list">';}
?>
<?php blog_comments($comments,$comnum); ?>
<?php
if(isShowComment($comnum)) {
echo '</div>';}
?>



</div> </div></div>
<?php
 include View::getView('side');
 include View::getView('footer');
?>
本博客所有文章如无特别注明均为原创。作者:樱木复制或转载请以超链接形式注明转自 EFE
原文地址《@@@@@@@@@@@@@@@@@@@@@@@@@@
分享到:更多

相关推荐

发表评论

路人甲 表情
Ctrl+Enter快速提交

网友评论(0)