mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Hero cleanup for Bootstrap5. Switched to placeholder images. Admin-ui type 'image' now loads remote URLs correctly.
This commit is contained in:
@@ -4171,7 +4171,7 @@ class e_parse
|
||||
return null;
|
||||
}
|
||||
|
||||
if(!empty($file))
|
||||
if(!empty($file) && (strpos($file, 'http') === false))
|
||||
{
|
||||
$srcset = null;
|
||||
$path = null;
|
||||
|
Reference in New Issue
Block a user