themes/enanium/theme.cfg
author Dan Fuhry <dan@enanocms.org>
Thu, 28 Oct 2010 03:05:31 -0400
changeset 1308 f9bee9b125ee
parent 921 a71de5e21423
permissions -rw-r--r--
Parser updates. Added the "styled" keyword to wikitables to allow them to be styled using the current theme's standard table skinning, and changes to how the image tag parser decides how to display an image (framed, inline or raw).
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;