source: extensions/yoga/Borealis/BorealisBlue/themeconf.inc.php @ 4687

Last change on this file since 4687 was 4687, checked in by Swan, 14 years ago

Ajout du Boréalis Blue

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