diff --git a/index.php b/index.php index d7b14a0..b818f09 100644 --- a/index.php +++ b/index.php @@ -19,6 +19,9 @@ if ($page > $numberOfPages) { $projects = getProjects($page, $limit); +$prev = $page - 1; +$next = $page + 1; + ?> @@ -59,6 +62,15 @@ $projects = getProjects($page, $limit); + +