mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
10 lines
246 B
PHP
10 lines
246 B
PHP
|
<?php
|
||
|
$themeconf = array(
|
||
|
'name' => 'default',
|
||
|
'icon_dir' => 'themes/default/icon',
|
||
|
'img_dir' => 'themes/default/images',
|
||
|
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
|
||
|
'local_head' => 'local_head.tpl',
|
||
|
);
|
||
|
?>
|