Show
Ignore:
Timestamp:
06/02/10 20:59:24 (3 years ago)
Author:
EXFTB
Message:

2.1.d fix bug with IE6 & IE8

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/main.inc.php

    r6428 r6450  
    22/* 
    33Plugin Name: Look_like_gbo2  
    4 Version:  2.1.b 
     4Version:  2.1.d 
    55Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=251 
    66Author: Ex-Ftb   
     
    1010  2.1.a compliant 2.1 Piwigo 
    1111  2.1.b fix minor bugs in administration  
    12    2.1.c Bug with simple  */ 
     12  2.1.c compatibility with simple  
     13  2.1.d bug Css with IE6 & IE8   */ 
    1314 
    1415if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 
     
    1718global $conf;  
    1819 
    19 define ('LLGBO_INFO_VERSION','2.1.b'); 
     20define ('LLGBO_INFO_VERSION','2.1.d'); 
    2021if (!defined('LLGBO_PATH')) 
    2122{define('LLGBO_PATH' , PHPWG_PLUGINS_PATH . basename(dirname(__FILE__)) . '/');}