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:
plegall 2010-03-29 08:03:08 +00:00
commit b06fe8b14f
3 changed files with 24 additions and 0 deletions

View file

@ -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',

View file

@ -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',

View file

@ -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',