piwigo/themes/elegant/themeconf.inc.php

16 lines
261 B
PHP
Raw Normal View History

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