mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Fixes #1835, Fixes #1700 - Emoticons path issue. Also removed old icons not found in the emoticon pack.
This commit is contained in:
@@ -298,7 +298,7 @@ TEMPL;
|
||||
|
||||
foreach($arr['img'] as $img)
|
||||
{
|
||||
if(substr($img['src'],0,4) == 'http')
|
||||
if(substr($img['src'],0,4) == 'http' || strpos($img['src'], e_IMAGE_ABS.'emotes/')!==false) // dont resize external images or emoticons.
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user