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

Last change on this file since 10780 was 10780, checked in by cljosse, 13 years ago
  • compatible avec la version 2.2
File size: 812 bytes
Line 
1<?php
2/*
3Theme Name: Gally/Cuise
4Version: auto
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 {
13  $themeconf = array(
14   'name' => 'gally-cuise',
15  'theme' => 'gally-cuise',
16  'parent' => 'gally-default',
17  'icon_dir' => 'themes/gally-cuise/icon',
18  'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/',
19 'local_head' => realpath('head_1.tpl') 
20);             
21      }  else {
22 $themeconf = array(
23   'name' => 'gally-cuise',
24  'theme' => 'gally-cuise',
25  'parent' => 'gally-default',
26  'icon_dir' => 'themes/gally-cuise/icon',
27  'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/',
28   'local_head' => realpath('head_2.tpl') 
29
30);
31}
32
33?>
Note: See TracBrowser for help on using the repository browser.