* adjust for pager from api.

This commit is contained in:
wyd621
2013-07-17 09:44:56 +08:00
parent 09a9872a14
commit 890ca7d02f

View File

@@ -115,6 +115,8 @@
</table>
<?php endforeach;?>
<?php if($pager) $pager->show();?>
<?php elseif($pager):?>
<?php $pager->show()?>
<?php else:?>
<div class='box-title'><?php echo $lang->extension->errorOccurs;?></div>
<div class='box-content'><?php echo $lang->extension->errorGetExtensions;?></div>