themes/enanium/theme.cfg
author Dan
Thu, 17 Dec 2009 04:27:50 -0500
changeset 1168 277a9cdead3e
parent 921 a71de5e21423
permissions -rw-r--r--
Namespace_Default: added a workaround for an inconsistency in SQL. Basically, if you join the same table multiple times under multiple aliases, COUNT() always uses the first instance. Was affecting the comment counter in the "discussion" button.
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;