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

Last change on this file since 12663 was 12663, checked in by cljosse, 12 years ago

[theme] set Gally-cuise to piwigo 2.3 set version

File size: 957 bytes
Line 
1<?php
2/*
3Theme Name: Gally/Cuise
4Version: 2.0.5
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 if ( PHPWG_VERSION < "2.2.0" ) {
12    $themeconf = array(
13                  'name' => 'gally-cuise',
14                  'theme' => 'gally-cuise',
15                  'parent' => 'gally-default',
16                  'icon_dir' => 'themes/gally-cuise/icon',
17                  'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/' ,
18               
19                  );             
20  }  else {
21    $themeconf = array(
22                  'name' => 'gally-cuise',
23                  'theme' => 'gally-cuise',
24                  'parent' => 'gally-default',
25                  'icon_dir' => 'themes/gally-cuise/icon',
26                  'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/',
27                 
28                  );
29  }
30
31?>
Note: See TracBrowser for help on using the repository browser.