diff --git a/include/objectManager.php b/include/objectManager.php
index 4f9660e..08aca2b 100644
--- a/include/objectManager.php
+++ b/include/objectManager.php
@@ -580,6 +580,7 @@ class ObjectManager
echo "Page $iPage of $iNumPages
";
/* Page controls */
+ $iPageRange = 7; // the number of page links we want to display
display_page_range($iPage, $iPageRange, $iNumPages, $this->makeUrl()."&iItemsPerPage=".
"$iItemsPerPage");