Ignore:
Timestamp:
Oct 7, 2014, 11:43:20 AM (10 years ago)
Author:
gbo
Message:

Fix issue with theme using border or box-shadow on main image

File:
1 edited

Legend:

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

    r29862 r29913  
    22/*
    33Plugin Name: Look_like_gbo2
    4 Version:  2.7.C
     4Version:  2.7.D
    55Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=251
    66Author: GBo
     
    1515                        compatibility with Back2Front   
    1616                2.7.C change PHP array_replace by internal function
     17                2.7.D fix bug with frame and theme P0w0
    1718 */
    1819if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     
    2122// | Plugin constants                                               |
    2223// +-----------------------------------------------------------------------+
    23 define('LLGBO_VERSION', '2.7.C');
     24define('LLGBO_VERSION', '2.7.D');
    2425define('LLGBO_ID',       basename(dirname(__FILE__)));
    2526define('LLGBO_PATH' ,    PHPWG_PLUGINS_PATH . LLGBO_ID . '/');
Note: See TracChangeset for help on using the changeset viewer.