<?php if ($_GET['column'] == 'log') { ?> <div class="aw-mod aw-question-edit"> <div class="aw-mod-head"> <h2><span class="pull-right"><a href="study/<?php echo $this->question_info['question_id']; ?>"><?php _e('返回问题'); ?> »</a></span><?php _e('问题修改日志'); ?></h2> </div> <div class="aw-mod-body"> <ul id="c_log_list"></ul> <!-- 加载更多内容 --> <a class="aw-load-more-content" id="bp_log_more"> <span><?php _e('更多'); ?>...</span> </a> <!-- end 加载更多内容 --> </div> </div> <?php } else { ?>没看出来问题修改日志的内容怎么添加到这个模板里去,求指教!!
这家伙很懒,还没有设置简介