themes/springy/theme.cfg
author Dan
Tue, 18 Dec 2007 19:23:33 -0500
changeset 0 faec06138933
permissions -rw-r--r--
First commit. Almost ready for a first beta.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     1
<?php
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     2
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     3
/*
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     4
 * Springy theme for Enano
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     5
 * Created by dandaman32 - (C) 2006 
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     6
 * License: GPL
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     7
 * 
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     8
 * This theme is free software; you can redistribute and/or modify it under the terms of the GNU General Public License as
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
     9
 * published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    10
 *
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    11
 * This theme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    13
 */
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    14
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    15
global $theme; 
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    16
$theme['theme_id'] = 'springy';
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    17
$theme['theme_name'] = 'Springy';
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    18
faec06138933 First commit. Almost ready for a first beta.
Dan
parents:
diff changeset
    19
?>