921
|
1 |
<?php
|
|
2 |
|
|
3 |
/**
|
|
4 |
* "Enanium"
|
|
5 |
* Created by Dan Fuhry - (C) 2009
|
|
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'] = 'enanium';
|
|
17 |
$theme['theme_name'] = 'Enanium';
|
|
18 |
$theme['sb_hide_tools'] = true;
|
|
19 |
$theme['sb_hide_user'] = true;
|
|
20 |
$theme['sb_hide_search'] = true;
|