简化结构

This commit is contained in:
fen
2013-10-13 00:03:04 +08:00
parent 8b1e6867f0
commit 4e0fd7a415
5 changed files with 14 additions and 22 deletions
+3 -5
View File
@@ -164,11 +164,9 @@ $comments = Typecho_Widget::widget('Widget_Comments_Admin');
<?php if($comments->have()): ?>
<div class="typecho-pager">
<div class="typecho-pager-content">
<ul>
<?php $comments->pageNav(); ?>
</ul>
</div>
<ul class="typecho-pager-content">
<?php $comments->pageNav(); ?>
</ul>
</div>
<?php endif; ?>
</form>