简化结构

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
@@ -91,11 +91,9 @@ include 'menu.php';
<?php if($users->have()): ?>
<div class="typecho-pager">
<div class="typecho-pager-content">
<ul>
<?php $users->pageNav(); ?>
</ul>
</div>
<ul class="typecho-pager-content">
<?php $users->pageNav(); ?>
</ul>
</div>
<?php endif; ?>
</div><!-- end .typecho-list-wrap -->