source: extensions/floPure/Pure_freaky/themeconf.inc.php @ 9716

Last change on this file since 9716 was 9716, checked in by flop25, 13 years ago

Massive update !
sprite for icons
old icons deleted
adding a text for about.php
version changed to auto for all themes
a few other changes

File size: 449 bytes
Line 
1<?php
2/*
3Theme Name: Pure_freaky
4Version: auto
5Description: it's more a concept style than a style. It's Freaky, Man !
6Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=444
7Author: flop25
8Author URI: http://www.planete-flop.fr/
9*/
10
11$themeconf = array(
12  'name'         => 'Pure_freaky',
13  'parent'        => 'Pure_default',
14  'icon_dir'      => 'themes/Pure_default/icon',
15  'mime_icon_dir' => 'themes/Pure_default/icon/mimetypes/',
16);
17
18?>
Note: See TracBrowser for help on using the repository browser.