source: extensions/yoga/Bubble/themeconf.inc.php @ 15907

Last change on this file since 15907 was 7594, checked in by plg, 13 years ago

add header details for Bubble theme

File size: 500 bytes
Line 
1<?php
2/*
3Theme Name: Bubble
4Version: auto
5Description: blue bubbles
6Theme URI: auto
7Author: Swan
8Author 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.