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

Last change on this file since 2884 was 2780, checked in by vdigital, 16 years ago

Merging revisions 2778-2779
0 comment is removed (Start with 1)
Accurate samples/my-picture.tpl...

CSS 2.1 cannot be reached (14 errors left).
IE rule set is created (including IE hack).

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 397 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.