From 8745c0598f0d8819dfbb2a0b8644138794f7edba Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Mon, 19 May 2025 15:05:07 +0300 Subject: [PATCH] Adds an example theme "modern" --- themes/modern/config.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 themes/modern/config.php diff --git a/themes/modern/config.php b/themes/modern/config.php new file mode 100644 index 0000000..bdfc27f --- /dev/null +++ b/themes/modern/config.php @@ -0,0 +1,12 @@ + 'Modern theme', + 'description' => 'Example theme. A modern, clean theme for Jilo Web.', + 'version' => '1.0.0', + 'author' => 'Lindeas Inc.', + 'screenshot' => 'screenshot.png', + 'options' => [ + // Theme-specific options can be defined here + ] +];