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:
parent
72bdf727ee
commit
b06fe8b14f
3 changed files with 24 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue