Changeset 10784


Ignore:
Timestamp:
May 6, 2011, 11:45:36 AM (13 years ago)
Author:
cljosse
Message:
  • compatible avec la version 2.2
Location:
extensions/gally/gally-cuise
Files:
1 deleted
1 edited

Legend:

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

    r10780 r10784  
    99*/
    1010
    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 }
     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  }
    3230
    3331?>
Note: See TracChangeset for help on using the changeset viewer.