Ignore:
Timestamp:
May 6, 2011, 8:35:01 AM (13 years ago)
Author:
cljosse
Message:
  • compatible avec la version 2.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-cuise/themeconf.inc.php

    r8584 r10780  
    22/*
    33Theme Name: Gally/Cuise
    4 Version: 2.0.2
     4Version: auto
    55Description: Cuise theme
    66Theme URI: http://piwigo.org/ext/extension_view.php?eid=398
     
    99*/
    1010
    11 $themeconf = array(
     11 if ( PHPWG_VERSION < "2.2.0" )
     12 {
     13  $themeconf = array(
    1214   'name' => 'gally-cuise',
    1315  'theme' => 'gally-cuise',
     
    1517  'icon_dir' => 'themes/gally-cuise/icon',
    1618  'mime_icon_dir' => 'themes/gally-cuise/icon/mimetypes/',
    17    
     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
    1830);
     31}
     32
    1933?>
Note: See TracChangeset for help on using the changeset viewer.