themes/connections/theme.cfg
changeset 0 902822492a68
equal deleted inserted replaced
-1:000000000000 0:902822492a68
       
     1 <?php
       
     2 /*
       
     3  * Connections theme for Midget
       
     4  * Created by dandaman32 - (C) 2006
       
     5  * Based on the WordPress theme ;)
       
     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'] = 'connections';
       
    17 $theme['theme_name'] = 'Connections';
       
    18 
       
    19 ?>