Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
<div id="picture-holder">
<a accesskey="v" href="/plogger/images/fort_myers_streetscape/construction_photos/fmss_image_con_036.JPG">
<img class="photos-large" src="http://www.fmstreetscape.com/plogger/thumbs/lrg-39-fmss_image_con_036.JPG" title="" alt="" />
</a>
</div>
function plogger_get_source_picture_url() {
global $config;
if(!is_dir($config["baseurl"])){
return substr($config["baseurl"],0,strrpos($config["baseurl"],"/")).'PATHTOYOURIMAGESDIRECTORY'.SmartStripSlashes($GLOBALS["current_picture"]["path"]);
}
else {
return (!empty($config['allow_fullpic'])) ? $config["baseurl"].'PATHTOYOURIMAGESDIRECTORY'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#";
}
}
<div id="picture-holder"><a accesskey="v" href="/gallery.phpimages/fort_myers_streetscape/construction_photos/fmss_image_con_036.JPG"><img class="photos-large" src="http://www.fmstreetscape.com/plogger/thumbs/lrg-39-fmss_image_con_036.JPG" title="" alt="" /></a>
</div>
function plogger_get_source_picture_url() {
global $config;
if(!is_dir($config["baseurl"])){
return substr($config["baseurl"],0,strrpos($config["baseurl"],"/")).'/plogger/images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]);
}
else {
return (!empty($config['allow_fullpic'])) ? $config["baseurl"].'plogger/images/'.SmartStripSlashes($GLOBALS["current_picture"]["path"]) : "#";
}
}
1 to 10 of 10