From 0d7582627b28bebdaa1c30c9cc9fcfa4fd3a27da Mon Sep 17 00:00:00 2001 From: nolanwhy Date: Sun, 5 Feb 2023 10:19:36 +0100 Subject: [PATCH] Update classes.php --- core/classes.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/classes.php b/core/classes.php index 0541482..7e8d863 100644 --- a/core/classes.php +++ b/core/classes.php @@ -85,6 +85,9 @@ class PartyStarter { '; } + function footer() { + echo "
hi this is footer"; + } } ?>