Last change
on this file since 27855 was
7594,
checked in by plg, 14 years ago
|
add header details for Bubble theme
|
File size:
500 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /* |
---|
3 | Theme Name: Bubble |
---|
4 | Version: auto |
---|
5 | Description: blue bubbles |
---|
6 | Theme URI: auto |
---|
7 | Author: Swan |
---|
8 | Author URI: http://chez-swan.net |
---|
9 | */ |
---|
10 | $themeconf = array( |
---|
11 | 'name' => 'Bubble', |
---|
12 | 'parent' => 'default', |
---|
13 | 'template_dir' => 'themes', |
---|
14 | 'icon_dir' => 'themes/Bubble/icon', |
---|
15 | 'local_head' => '<!--[if lt IE 7]> |
---|
16 | <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'themes/Bubble/fix-ie5-ie6.css"> |
---|
17 | <![endif]-->' |
---|
18 | ); |
---|
19 | $lang['Theme: Bubble'] = 'Thème Bubble By Swan.'; |
---|
20 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.