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

Last change on this file since 8533 was 8533, checked in by grum, 13 years ago

Updated for Gally/Default 1.4.0

File size: 404 bytes
Line 
1<?php
2/*
3Theme Name: Gally/Cuise
4Version: 2.0.1
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  'theme' => 'gally-cuise',
13  'parent' => 'gally-default',
14  'icon_dir' => 'themes/gally-cuise/icon',
15  'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/',
16   
17);
18?>
Note: See TracBrowser for help on using the repository browser.