13 lines
312 B
PHP
13 lines
312 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'name' => 'Retro theme',
|
||
|
'description' => 'Example theme. An alternative to the default theme for Jilo Web.',
|
||
|
'version' => '1.0.0',
|
||
|
'author' => 'Lindeas Inc.',
|
||
|
'screenshot' => 'screenshot.png',
|
||
|
'options' => [
|
||
|
// Theme-specific options can be defined here
|
||
|
]
|
||
|
];
|