Adds an example theme "modern"
parent
69b40ca560
commit
8745c0598f
|
@ -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
|
||||
]
|
||||
];
|
Loading…
Reference in New Issue