source: extensions/stripped_white_bloc/themeconf.inc.php @ 28618

Last change on this file since 28618 was 19179, checked in by JJF, 11 years ago
File size: 558 bytes
Line 
1<?php
2/*
3Theme Name: White Stripped & Columns
4Version: 0.40
5Description: stripped_white_bloc
6Theme URI:
7Author: jjf
8Author 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.