Changeset 1135

Show
Ignore:
Timestamp:
05/30/08 20:21:25 (6 months ago)
Author:
A1ex
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bb-lightbox2/trunk/bb-lightbox2.php

    r1133 r1135  
    44Plugin URI: http://bbpress.ru/ 
    55Description: Used to overlay images on the current page. Lightbox JS v2.2 by <a href="http://www.huddletogether.com/projects/lightbox2/" title="Lightbox JS v2.2 ">Lokesh Dhakar</a>. This plugin is based on "Lightbox 2" plugin for WordPress. 
    6 Version: 0.11 
     6Version: 0.12 
    77Author: A1ex 
    88Author URI: http://bbpress.ru 
     
    1515//$lightbox_2_theme = "White"; 
    1616 
     17$tumb_width  = 100; 
     18$tumb_height = 100; 
     19 
    1720$tumbs_path = ""; 
    1821$tumbs_url = ""; 
    1922 
    20 $tumb_width  = 100; 
    21 $tumb_height = 100; 
    2223 
    2324 
     
    8788 } 
    8889  if(!$tumbs_url) { 
    89    $tumbs_url = $_GET[SERVER_URI].'tumbs/'; 
     90   $tumbs_url = bb_get_option('uri').'tumbs/'; 
    9091 } 
    9192 $tumb_name = 'tumb_'.md5($matches[2]).'_'.$matches[4];