Changeset 10946


Ignore:
Timestamp:
May 19, 2011, 10:10:03 PM (13 years ago)
Author:
gbo
Message:

version 2.2.d fix bug with $high and openwindow

Location:
extensions/LLGBO2
Files:
2 edited

Legend:

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

    r10838 r10946  
    22/*
    33Plugin Name: Look_like_gbo2
    4 Version:  2.2.c
     4Version:  2.2.D
    55Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=251
    66Author: GBo
     
    1111  2.2.b Full compliant 2.2 Piwigo + fix bug in admin
    1212  2.2.c Fix JS bug with FF4.01 + add language Cz
     13  2.2.d fix bug with $high and openwindow
    1314*/
    1415if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     
    1718global $conf;
    1819
    19 define ('LLGBO_INFO_VERSION','2.2.c');
     20define ('LLGBO_INFO_VERSION','2.2.D');
    2021if (!defined('LLGBO_PATH'))
    2122{define('LLGBO_PATH' ,get_root_url().'plugins/'.basename(dirname(__FILE__)) . '/');}
  • extensions/LLGBO2/template/picture_content.tpl

    r10453 r10946  
    6161 {combine_script id='llgoSwtTooltip'   path=$LLGBO_PATH|@cat:"js/sweettitlesn1_comment.js"}
    6262{/if}
     63{if isset($high)}
     64{combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
     65{/if}
Note: See TracChangeset for help on using the changeset viewer.