emlog把添加文章时所填的“文章摘要”变为该文章的描述(即description)
[ 2015/01/08, Emlog , 3096阅, 0评 ]

1.\include\model\log_model.php大概第124行找到:

'template' => $row['template'],

在后面添加:

'excerpt' => $row['excerpt'],
此时也可以在echo_log.php中调用该字段了:<?php echo $excerpt; ?>

2.\include\controller\log_controller.php大概第86行找到:

$site_description = extractHtmlData($log_content, 90);

把其中的$log_content改为$excerpt即可。

有朋自远方来...评论一下呗O(∩_∩)O