}?>
//This does the same as above, only checking if we are on the last page, and then generating the Next and Last links
if ($page_not +4 >= $no_of_paginations) {
$last_search = $no_of_paginations;
} else {
$last_search = $page_not + 4;
}
$i_inicial = $last_search - 4;
if ($i_inicial <= 0) {
$i_inicial = 1;
}
for ($i = $i_inicial; $i <= $last_search; $i ++) { ?>
}?>
//This does the same as above, only checking if we are on the last page, and then generating the Next and Last links
if ($page_not +4 >= $no_of_paginations) {
$last_search = $no_of_paginations;
} else {
$last_search = $page_not + 4;
}
$i_inicial = $last_search - 4;
if ($i_inicial <= 0) {
$i_inicial = 1;
}
for ($i = $i_inicial; $i <= $last_search; $i ++) { ?>