source: trunk/admin/themes/default/themeconf.inc.php @ 6348

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

merge r6347 from branch 2.1 to trunk

bug 1672: replace the language key where it's used.

File size: 256 bytes
Line 
1<?php
2$themeconf = array(
3  'name'          => 'default',
4  'icon_dir'       => 'themes/default/icon',
5  'admin_icon_dir' => 'admin/themes/default/icon',
6  'mime_icon_dir'  => 'themes/default/icon/mimetypes/',
7  'local_head'     => 'local_head.tpl',
8);
9?>
Note: See TracBrowser for help on using the repository browser.