From c53591e9ec9d239ba1d02f170a9498b7187741a0 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Thu, 15 May 2025 14:54:21 +0300 Subject: [PATCH] Adds theme helper, prepares for themes system --- app/helpers/theme.php | 209 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 app/helpers/theme.php diff --git a/app/helpers/theme.php b/app/helpers/theme.php new file mode 100644 index 0000000..a069513 --- /dev/null +++ b/app/helpers/theme.php @@ -0,0 +1,209 @@ +