1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
piwigo_ynh/sources/admin/themes/default/themeconf.inc.php
2015-07-05 19:03:18 +02:00

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',
);
?>