source: extensions/montblancxl/themeconf.inc.php @ 3609

Last change on this file since 3609 was 3609, checked in by patdenice, 15 years ago

Convert all php and tpl files in Unix format for my plugins.

File size: 491 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'yoga',
4  'template_dir' => 'template/yoga',
5  'theme' => 'montblancxl',
6  'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/theme/montblancxl/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/montblancxl/fix-ie5-ie6.css">
10<![endif]-->'
11);
12$lang['Theme: montblancxl'] = 'Thème MontBlancXL By P@t.';
13
14?>
Note: See TracBrowser for help on using the repository browser.