From e99a41db81a436530cd87e00bf4a7f46b0e6ea98 Mon Sep 17 00:00:00 2001 From: ui0ppk Date: Sat, 4 Feb 2023 22:15:28 +0200 Subject: [PATCH] catalog, games (fixed) yet to make it functional... dw ill do it its so easy. --- catalog.php | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++ games.php | 60 +++++++++++++++++++++++++++++++--- home.php | 4 +-- 3 files changed, 149 insertions(+), 7 deletions(-) create mode 100644 catalog.php diff --git a/catalog.php b/catalog.php new file mode 100644 index 0000000..5f97def --- /dev/null +++ b/catalog.php @@ -0,0 +1,92 @@ + + + + +header(); +?> + <?php echo $sitename; ?> + +
+
+
+ +

Catalog

+
+ +
+ +
+
+ ... +
+
Minion
+

By someone +
Price: $1 +

+
+
+
+
+ +
+ + \ No newline at end of file diff --git a/games.php b/games.php index cdf6425..fd2dc99 100644 --- a/games.php +++ b/games.php @@ -65,11 +65,63 @@ $getitstarted->header(); - - + + +
+

Most played

+ diff --git a/home.php b/home.php index 2a6b3b8..52a0e63 100644 --- a/home.php +++ b/home.php @@ -15,8 +15,7 @@ $getitstarted->header(); <?php echo $sitename; ?> -
-
+


Welcome back, getUsername(); ?> @@ -84,6 +83,5 @@ $getitstarted->header();
- \ No newline at end of file