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/clear/themeconf.inc.php
2015-07-05 19:03:18 +02:00

8 lines
168 B
PHP

<?php
$themeconf = array(
'name' => 'clear',
'parent' => 'default',
'admin_icon_dir' => 'admin/themes/clear/icon',
'colorscheme' => 'clear',
);
?>