mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-10 07:14:59 +02:00
Core themes are prepared for integration into piwigo.org/ext
git-svn-id: http://piwigo.org/svn/trunk@5442 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
<?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',
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
Theme Name: clear
|
||||
Version: 1
|
||||
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',
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
Theme Name: dark
|
||||
Version: 1
|
||||
Description: Dark background, grayscale.
|
||||
Theme URI: http://piwigo.org/ext/extension_view.php?eid=369
|
||||
Author: Piwigo team
|
||||
Author URI: http://piwigo.org
|
||||
*/
|
||||
$themeconf = array(
|
||||
'name' => 'dark',
|
||||
'parent' => 'default',
|
||||
|
||||
Reference in New Issue
Block a user