themes/enanium/theme.cfg
author Dan Fuhry <dan@enanocms.org>
Mon, 24 Nov 2014 14:57:33 -0500
changeset 1381 6b25c6bfd246
parent 921 a71de5e21423
permissions -rw-r--r--
Fix https url generation
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;