mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
15 lines
268 B
PHP
15 lines
268 B
PHP
|
<?php
|
||
|
/*
|
||
|
Theme Name: clear
|
||
|
Version: 2.6.0
|
||
|
Description: White background, soft gray.
|
||
|
Theme URI: http://piwigo.org/ext/extension_view.php?eid=9
|
||
|
Author: Piwigo team
|
||
|
Author URI: http://piwigo.org
|
||
|
*/
|
||
|
$themeconf = array(
|
||
|
'name' => 'clear',
|
||
|
'parent' => 'default',
|
||
|
);
|
||
|
?>
|