diff --git a/lib/pager/pager.class.php b/lib/pager/pager.class.php
index 84f3aaddd2..cf99b58f89 100755
--- a/lib/pager/pager.class.php
+++ b/lib/pager/pager.class.php
@@ -312,6 +312,8 @@ class pager
$pager .= $this->createLastPage();
}
+ if($type != 'full') $pager = $this->pageID . '/' . $this->pageTotal . ' ' . $pager;
+
/* Only the full type . */
if($type == 'full')
{
diff --git a/module/common/view/m.footer.html.php b/module/common/view/m.footer.html.php
index 196500fe6a..340819553b 100755
--- a/module/common/view/m.footer.html.php
+++ b/module/common/view/m.footer.html.php
@@ -1,6 +1,6 @@
getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
-
+
+