Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

把评论数移到弹幕数前面 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion views/default/explore/ajax/list.tpl.htm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h4>

<?php } elseif ($val['post_type'] == 'video') { ?>
<a href="<?php echo UF::url($val['user_info']); ?>" class="aw-user-name"><?php echo UF::name($val['user_info']); ?></a>
<span class="text-color-999"><?php _e('投稿了影片'); ?> • <?php _e('%s 条弹幕', $val['danmaku_count']); ?> • <?php _e('%s 个评论', $val['comment_count']); ?> • <?php _e('%s 次观看', $val['view_count']); ?> • <?php echo date_friendly($val['add_time']); ?></span>
<span class="text-color-999"><?php _e('投稿了影片'); ?> • <?php _e('%s 个评论', $val['comment_count']); ?> • <?php _e('%s 条弹幕', $val['danmaku_count']); ?> • <?php _e('%s 次观看', $val['view_count']); ?> • <?php echo date_friendly($val['add_time']); ?></span>
<?php } ?>

<span class="text-color-999 related-topic collapse"> • 来自相关话题</span>
Expand Down