source: extensions/blancmontxl/themeconf.inc.php @ 3955

Last change on this file since 3955 was 3686, checked in by repie38, 15 years ago

import of the current version (2.0)

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