The following users have thanked you: sc123
if (!$container->platforminfo->isLinkExternal($image_source)) {
$size_check_path = $container->platforminfo->getPathForUrl($image_source);
$image->filepath = $size_check_path;
/// if the image source doesnt start with / assume its relative to root
} else {
$size_check_path = $image_source;
}
Time to create page: 0.083 seconds