source: trunk/template/yoga/theme/dark/themeconf.inc.php @ 2045

Last change on this file since 2045 was 1912, checked in by rub, 17 years ago

Update svn properties (svn:eol-style and svn:keywords)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 317 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'yoga',
4  'theme' => 'dark',
5  'template_dir' => 'template/yoga',
6  'icon_dir' => 'template/yoga/icon',
7  'admin_icon_dir' => 'template/yoga/icon/admin',
8  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
9  'local_head' => '<!-- no theme specific head content -->',
10);
11?>
Note: See TracBrowser for help on using the repository browser.