Do you mean this part:
`function printPageListWithNav($prevtext, $nexttext, $nextprev=true, $class="pagelist", $id=NULL) {
echo "";
$total = getTotalPages();
$current = getCurrentPage();
echo "n";
if ($nextprev) {
echo "n ";
printPrevPageLink($prevtext, "Previous Page");
echo "";
}
for ($i=1; $i