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