mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
7 lines
105 B
PHP
7 lines
105 B
PHP
<?php
|
|
$themeconf = array(
|
|
'name' => 'roma',
|
|
'parent' => 'default',
|
|
'colorscheme' => 'dark',
|
|
);
|
|
?>
|