diff --git a/catalog.php b/catalog.php index d40ced1..0f3704f 100644 --- a/catalog.php +++ b/catalog.php @@ -11,6 +11,13 @@ require_once 'core/classes/user.php'; if (isset($_SESSION['user'])) { $user = new User($con, $_SESSION['user']); } + +if(isset($_GET["p"])) { + $page = (int) $_GET["p"]; +} else { + $page = 0; +} + $getitstarted = new PartyStarter; $getitstarted->header(); ?> @@ -33,31 +40,31 @@ $getitstarted->header();

Category

- All categories - Hats - Shirts - Pants - Gears - Packages - + All categories + Hats + Shirts + Pants + Gears + Packages +