source: trunk/template/yoga/theme/p0w0/themeconf.inc.php @ 1755

Last change on this file since 1755 was 1693, checked in by vdigital, 17 years ago
File size: 327 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'yoga',
4  'theme' => 'p0w0',
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.