themes/springy/theme.cfg
changeset 0 faec06138933
equal deleted inserted replaced
-1:000000000000 0:faec06138933
       
     1 <?php
       
     2 
       
     3 /*
       
     4  * Springy theme for Enano
       
     5  * Created by dandaman32 - (C) 2006 
       
     6  * License: GPL
       
     7  * 
       
     8  * This theme is free software; you can redistribute and/or modify it under the terms of the GNU General Public License as
       
     9  * published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
       
    10  *
       
    11  * This theme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
       
    13  */
       
    14 
       
    15 global $theme; 
       
    16 $theme['theme_id'] = 'springy';
       
    17 $theme['theme_name'] = 'Springy';
       
    18 
       
    19 ?>