source: branches/branch-1_6/template/yoga/theme/clear/themeconf.inc.php @ 1368

Last change on this file since 1368 was 1368, checked in by chrisaga, 18 years ago

improve : Allow a theme to add code in page html header (feature 424)

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