diff --git a/.gitignore b/.gitignore index e427ff3c..e6f4f92a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ */node_modules/ */build/ +includes/api_keys.php \ No newline at end of file diff --git a/about.php b/about.php new file mode 100644 index 00000000..39e8efdd --- /dev/null +++ b/about.php @@ -0,0 +1,28 @@ +prepare("SELECT * FROM pages WHERE page_key = :page_key"); +$stmt->bindValue(':page_key', 'about_us'); +$stmt->execute(); +$page = $stmt->fetch(); + +?> + +
+
+
+ + + +

About Us

+

Content not found. Please set up the 'About Us' page in the admin dashboard.

+ +
+
+
+ + \ No newline at end of file diff --git a/admin/header.php b/admin/header.php index 391ad00d..3dea789b 100644 --- a/admin/header.php +++ b/admin/header.php @@ -48,6 +48,12 @@ if (!isset($_SESSION['admin_logged_in']) || $_SESSION['admin_logged_in'] !== tru + +