15 lines
261 B
PHP
15 lines
261 B
PHP
<?php
|
|
/*
|
|
Theme Name: elegant
|
|
Version: 2.3.0
|
|
Description: Dark background, grayscale.
|
|
Theme URI:
|
|
Author: Piwigo team
|
|
Author URI: http://piwigo.org
|
|
*/
|
|
$themeconf = array(
|
|
'name' => 'elegant',
|
|
'parent' => 'default',
|
|
'local_head' => 'local_head.tpl'
|
|
);
|
|
?>
|