mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
a08cd1a583
git-svn-id: http://piwigo.org/svn/trunk@1377 68402e56-0260-453c-a942-63ccdbb3a9ee
11 lines
280 B
PHP
11 lines
280 B
PHP
<?php
|
|
$themeconf = array(
|
|
'template' => 'yoga',
|
|
'theme' => 'clear',
|
|
'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 -->'
|
|
);
|
|
?>
|