| ||
%s |
\n");
// Only show the option for the previous items on post-first-page
if($begin>0 AND $aantalNewsItemsNo[0]>($maxShown*2))
{printf("Show items ".($begin-$maxShown+1) . " to " . ($begin) . " \n");} // Show the next items, make sure not to mention a non-existing number of items with the min function if($aantalNewsItemsNo[0]>($maxShown+$begin)) {printf(" | Show items ".($begin+$maxShown+1) . " to " . min(($maxShown*2+$begin),$aantalNewsItemsNo[0]) . " |