Changeset 10780 for extensions/gally


Ignore:
Timestamp:
May 6, 2011, 8:35:01 AM (13 years ago)
Author:
cljosse
Message:
  • compatible avec la version 2.2
Location:
extensions/gally/gally-cuise
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-cuise/conf/default.conf

    r8576 r10780  
    214214# The 'menuWidth' option can also take any positive integer value wich define a
    215215# fixed width in pixels
    216 menuWidth = "auto"
     216menuWidth = "190"
    217217
    218218# The 'menuMaxWidth' option is used when the 'menuWidth' option is set to "auto"
     
    225225# 'menuMSIEMaxWidth' option you can force a maximum width only for this browser
    226226# This option is not used when the 'menuAnimated' option is set to "noswitch"
    227 menuMaxWidth = 0
     227menuMaxWidth = 190
    228228menuMSIEMaxWidth = 190
    229229
  • extensions/gally/gally-cuise/css/theme.css

    r8576 r10780  
    12941294
    12951295}
    1296  
     1296#theImg{
     1297 height:600 ;
     1298}
  • 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.