piwigo/themes/Sylvia/themeconf.inc.php
2010-03-29 08:03:08 +00:00

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/',
);
?>