source: extensions/Keaihui_/themeconf.inc.php @ 11298

Last change on this file since 11298 was 8978, checked in by zensh, 13 years ago
File size: 526 bytes
Line 
1<?php
2/*
3Theme Name: Keaihui
4Version: 1.0
5Description: Bright background, flora and pink decorations.
6Theme URI:
7Author: Keaihui
8Author URI: http://keaihui.com/
9*/
10$themeconf = array(
11  'name'          => 'Keaihui',
12  'parent'        => 'default',
13  'icon_dir'      => 'themes/Keaihui/icon',
14  'mime_icon_dir' => 'themes/Keaihui/icon/mimetypes/',
15  'local_head'    => 'local_head.tpl',
16  'activable'     => 'true',
17  'load_parent_local_head'     => 'true',
18  'load_parent_css'            => 'true',
19);
20?>
Note: See TracBrowser for help on using the repository browser.