From 874bc5875d62ce2b8a6daef2c063e718d7e40417 Mon Sep 17 00:00:00 2001 From: Harshad Date: Tue, 10 Feb 2026 14:26:38 +0530 Subject: [PATCH] feat(analytics): add Google Analytics partial --- frontend/analytics.php | 8 ++++++++ frontend/footer.php | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 frontend/analytics.php diff --git a/frontend/analytics.php b/frontend/analytics.php new file mode 100644 index 0000000..1d8f9ca --- /dev/null +++ b/frontend/analytics.php @@ -0,0 +1,8 @@ + + + \ No newline at end of file diff --git a/frontend/footer.php b/frontend/footer.php index 02c5f4f..2eccfd6 100644 --- a/frontend/footer.php +++ b/frontend/footer.php @@ -7,4 +7,5 @@

Registered company number: 01822577

Privacy Policy | Terms & Conditions

- \ No newline at end of file + + \ No newline at end of file