themes/connections/theme.cfg
author dan@fuhry
Wed, 13 Jun 2007 22:35:02 -0400
changeset 0 63cca091dd0a
permissions -rw-r--r--
Initial repository population
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     1
<?php
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     2
/*
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     3
 * Connections theme for Midget
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     4
 * Created by dandaman32 - (C) 2006
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     5
 * Based on the WordPress theme ;)
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     6
 * License: GPL
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     7
 * 
63cca091dd0a Initial repository population
dan@fuhry
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
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
     9
 * published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    10
 *
63cca091dd0a Initial repository population
dan@fuhry
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
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    13
 */
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    14
 
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    15
global $theme;
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    16
$theme['theme_id'] = 'connections';
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    17
$theme['theme_name'] = 'Connections';
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    18
63cca091dd0a Initial repository population
dan@fuhry
parents:
diff changeset
    19
?>