source: extensions/yoga/Borealis/BorealisPurple/themeconf.inc.php @ 31662

Last change on this file since 31662 was 7587, checked in by plg, 14 years ago

update theme BorealisPurple for Piwigo 2.1 compatibility

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