connections/theme.cfg
author Dan
Thu, 11 Dec 2008 15:52:06 -0500
changeset 5 d8d8c482856f
parent 4 ffba60211d61
permissions -rw-r--r--
Updated theme to Enano 1.1 specs
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     1
<?php
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     2
/*
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     3
 * Connections theme for Midget
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     4
 * Created by dandaman32 - (C) 2006
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     5
 * Based on the WordPress theme ;)
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     6
 * License: GPL
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     7
 * 
ffba60211d61 Moved files around to make compliant with theme Hg structure
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
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
     9
 * published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    10
 *
ffba60211d61 Moved files around to make compliant with theme Hg structure
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
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    13
 */
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    14
 
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    15
global $theme, $plugins;
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    16
$theme['theme_id'] = 'connections';
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    17
$theme['theme_name'] = 'Connections';
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    18
5
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    19
$plugins->attachHook('compile_template', '$this->assign_bool(array("hide_search" => true));');
d8d8c482856f Updated theme to Enano 1.1 specs
Dan
parents: 4
diff changeset
    20
4
ffba60211d61 Moved files around to make compliant with theme Hg structure
Dan
parents:
diff changeset
    21
?>