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

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

update theme Bubble for Piwigo 2.1 compatibility

File size: 363 bytes
Line 
1<?php
2$themeconf = array(
3  'name'  => 'Bubble',
4  'parent' => 'default',
5  'template_dir' => 'themes',
6  'icon_dir'      => 'themes/Bubble/icon',
7  'local_head' => '<!--[if lt IE 7]>
8  <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'themes/Bubble/fix-ie5-ie6.css">
9<![endif]-->'
10);
11$lang['Theme: Bubble'] = 'Thème Bubble By Swan.';
12?>
Note: See TracBrowser for help on using the repository browser.