mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
9 lines
201 B
PHP
9 lines
201 B
PHP
<?php
|
|
$themeconf = array(
|
|
'name' => 'default',
|
|
'icon_dir' => 'themes/default/icon',
|
|
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
|
|
'local_head' => 'local_head.tpl',
|
|
);
|
|
?>
|