source: extensions/floPure/Pure_sky/themeconf.inc.php @ 7239

Last change on this file since 7239 was 6867, checked in by flop25, 14 years ago

version 1.0.0 for pwg 2.1.x

File size: 461 bytes
Line 
1<?php
2/*
3Theme Name: Pure_sky
4Version: 1.0.0
5Description: Dans le bleu du ciel abandonnez-vous ...
6Theme URI: http://fr.piwigo.org/ext/extension_view.php?eid=446
7Author: flop25
8Author URI: http://www.planete-flop.fr/site.php?acc=file
9*/
10
11$themeconf = array(
12  'name'         => 'Pure_sky',
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.