source: trunk/themes/Sylvia/themeconf.inc.php @ 10351

Last change on this file since 10351 was 10351, checked in by patdenice, 13 years ago

Update versions for plugins, themes and languages.

  • Property svn:eol-style set to LF
File size: 399 bytes
Line 
1<?php
2/*
3Theme Name: Sylvia
4Version: 2.3.0
5Description: Dark background, flora and pink decorations.
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=368
7Author: Piwigo team
8Author URI: http://piwigo.org
9*/
10$themeconf = array(
11  'name'         => 'Sylvia',
12  'parent'        => 'default',
13  'icon_dir'      => 'themes/Sylvia/icon',
14  'mime_icon_dir' => 'themes/Sylvia/icon/mimetypes/',
15);
16?>
Note: See TracBrowser for help on using the repository browser.