mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
9 lines
243 B
PHP
9 lines
243 B
PHP
<?php
|
|
$themeconf = array(
|
|
'name' => 'default',
|
|
'icon_dir' => 'themes/default/icon',
|
|
'admin_icon_dir' => 'admin/themes/default/icon',
|
|
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
|
|
'colorscheme' => 'dark',
|
|
);
|
|
?>
|