source: extensions/floPure/Pure_default/themeconf.inc.php @ 6860

Last change on this file since 6860 was 5907, checked in by flop25, 14 years ago

Pure_defaut official

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