Show
Ignore:
Timestamp:
12/08/07 15:45:02 (12 months ago)
Author:
mike
Message:

Full Image link fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plog-functions.php

    r483 r490  
    19641964function plogger_get_source_picture_url() { 
    19651965        global $config; 
    1966         return (!empty($config['allow_fullpic'])) ? $config["baseurl"].'images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#"; 
     1966        return (!empty($config['allow_fullpic'])) ? $config["gallery_url"].'images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#"; 
    19671967} 
    19681968