Changeset 490
- Timestamp:
- 12/08/07 15:45:02 (3 years ago)
- File:
-
- 1 edited
-
trunk/plog-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plog-functions.php
r483 r490 1964 1964 function plogger_get_source_picture_url() { 1965 1965 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"]) : "#"; 1967 1967 } 1968 1968
Note: See TracChangeset
for help on using the changeset viewer.
