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 + ] +];