source: trunk/template/yoga/theme/Sylvia/themeconf.inc.php @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 387 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'yoga',
4  'theme' => 'Sylvia',
5  'icon_dir' => 'template/yoga/theme/Sylvia/icon',
6  'admin_icon_dir' => 'template/yoga/icon/admin',
7  'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/',
8  'local_head' => '
9<!--[if IE]>
10        <link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css">
11<![endif]-->
12  ',
13);
14?>
Note: See TracBrowser for help on using the repository browser.