themes/enanium/theme.cfg
author Dan
Fri, 15 May 2009 20:23:49 -0400
changeset 997 07a26bd567a5
parent 921 a71de5e21423
permissions -rw-r--r--
Fixed category display not listing entirely
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     1
<?php
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     2
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     3
/**
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     4
 * "Enanium"
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     5
 * Created by Dan Fuhry - (C) 2009 
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     6
 * License: GPL
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     7
 * 
a71de5e21423 New primary theme: Enanium
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
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     9
 * published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    10
 *
a71de5e21423 New primary theme: Enanium
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
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    13
 */
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    14
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    15
global $theme; 
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    16
$theme['theme_id'] = 'enanium';
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    17
$theme['theme_name'] = 'Enanium';
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    18
$theme['sb_hide_tools'] = true;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    19
$theme['sb_hide_user'] = true;
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    20
$theme['sb_hide_search'] = true;