7b5386f0dd
git-svn-id: http://piwigo.org/svn/trunk@1834 68402e56-0260-453c-a942-63ccdbb3a9ee
11 lines
317 B
PHP
11 lines
317 B
PHP
<?php
|
|
$themeconf = array(
|
|
'template' => 'yoga',
|
|
'theme' => 'dark',
|
|
'template_dir' => 'template/yoga',
|
|
'icon_dir' => 'template/yoga/icon',
|
|
'admin_icon_dir' => 'template/yoga/icon/admin',
|
|
'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
|
|
'local_head' => '<!-- no theme specific head content -->',
|
|
);
|
|
?>
|