From 79aee197e4b5888a70826980f09bd4585a9df223 Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Thu, 3 Dec 2015 12:02:03 +0100 Subject: [PATCH] loading categories from database --- index.php | 38 +++++++++++++++++++++++++++++++++++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 2147d0c..7313549 100644 --- a/index.php +++ b/index.php @@ -32,8 +32,6 @@ if(isset($_GET['w'])&&is_numeric($_GET['w'])) else $weekOffset = 0; -$categories = getCategories($db); - ?> @@ -65,6 +63,40 @@ $categories = getCategories($db);
+ +
+ +
+ +

+ + +
+ +
+ +
+