aboutsummaryrefslogtreecommitdiffstats
path: root/themes/Sylvia/themeconf.inc.php
blob: 0e4aabcfecdeaaabe0c95ec5f7920a96dbbd7590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/*
Theme Name: Sylvia
Version: 2.2.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/',
);
?>