Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Theme Name: White Stripped & Columns |
---|
4 | Version: 0.40 |
---|
5 | Description: stripped_white_bloc |
---|
6 | Theme URI: |
---|
7 | Author: jjf |
---|
8 | Author URI: http://fristersoft.dyndns.org |
---|
9 | */ |
---|
10 | |
---|
11 | |
---|
12 | |
---|
13 | $themeconf = array( |
---|
14 | 'parent' => 'stripped_black_bloc', |
---|
15 | 'name' => 'stripped_white_bloc', |
---|
16 | 'theme_dir' => 'stripped_white_bloc', |
---|
17 | 'icon_dir' => 'themes/stripped/icon', |
---|
18 | 'img_dir' => 'themes/stripped_white_bloc/img', |
---|
19 | 'admin_icon_dir' => 'themes/default/icon/admin', |
---|
20 | 'mime_icon_dir' => 'themes/default/icon/mimetypes/', |
---|
21 | 'local_head' => '', |
---|
22 | 'load_parent_local_head' => true, |
---|
23 | ); |
---|
24 | |
---|
25 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.