Adds an example theme "modern"

main
Yasen Pramatarov 2025-05-19 15:05:07 +03:00
parent 69b40ca560
commit 8745c0598f
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?php
return [
'name' => '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
]
];