source: trunk/themes/default/themeconf.inc.php @ 5923

Last change on this file since 5923 was 5923, checked in by rvelices, 14 years ago
  • fix display of thumbnail in IE8 (replaced conditional css includes as it was in version 2.0)
  • remove local_head.tpl for default theme (avoid loading another file on every page hit - put the content of local_head.tpl in header.tpl)
File size: 162 bytes
Line 
1<?php
2$themeconf = array(
3  'name'         => 'default',
4  'icon_dir'      => 'themes/default/icon',
5  'mime_icon_dir' => 'themes/default/icon/mimetypes/',
6);
7?>
Note: See TracBrowser for help on using the repository browser.