b06fe8b14f
git-svn-id: http://piwigo.org/svn/trunk@5442 68402e56-0260-453c-a942-63ccdbb3a9ee
16 lines
395 B
PHP
16 lines
395 B
PHP
<?php
|
|
/*
|
|
Theme Name: Sylvia
|
|
Version: 1
|
|
Description: Dark background, flora and pink decorations.
|
|
Theme URI: http://piwigo.org/ext/extension_view.php?eid=368
|
|
Author: Piwigo team
|
|
Author URI: http://piwigo.org
|
|
*/
|
|
$themeconf = array(
|
|
'name' => 'Sylvia',
|
|
'parent' => 'default',
|
|
'icon_dir' => 'themes/Sylvia/icon',
|
|
'mime_icon_dir' => 'themes/Sylvia/icon/mimetypes/',
|
|
);
|
|
?>
|