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