source: extensions/simple_themes/black/themeconf.inc.php @ 4709

Last change on this file since 4709 was 4709, checked in by plg, 14 years ago

new theme "black" for template simple

File size: 322 bytes
Line 
1<?php
2$themeconf = array(
3  'template' => 'simple',
4  'theme' => 'black',
5  'template_dir' => 'template/simple',
6  'icon_dir' => 'template/simple/icon',
7  'admin_icon_dir' => 'template/simple/icon',
8  'mime_icon_dir' => 'template/simple/icon/mimetypes/',
9  'local_head' => '<!-- no theme specific head content -->',
10);
11?>
Note: See TracBrowser for help on using the repository browser.