source: extensions/gally/gally-cuise/themeconf.inc.php @ 8584

Last change on this file since 8584 was 8584, checked in by cljosse, 13 years ago

[gally_cuise] update theme

File size: 434 bytes
Line 
1<?php
2/*
3Theme Name: Gally/Cuise
4Version: 2.0.2
5Description: Cuise theme
6Theme URI: http://piwigo.org/ext/extension_view.php?eid=398
7Author: Grum & cljosse
8Author URI: http://cl.josse.free.fr
9*/
10
11$themeconf = array(
12   'name' => 'gally-cuise',
13  'theme' => 'gally-cuise',
14  'parent' => 'gally-default',
15  'icon_dir' => 'themes/gally-cuise/icon',
16  'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/',
17   
18);
19?>
Note: See TracBrowser for help on using the repository browser.