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
RevLine 
[6471]1<?php
2/*
3Theme Name: Gally/Cuise
[8584]4Version: 2.0.2
[6471]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(
[8584]12   'name' => 'gally-cuise',
[6471]13  'theme' => 'gally-cuise',
14  'parent' => 'gally-default',
15  'icon_dir' => 'themes/gally-cuise/icon',
16  'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/',
[6927]17   
[6471]18);
19?>
Note: See TracBrowser for help on using the repository browser.