mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
SEF URL supported for theme images (within media-manager) added. LOGO resizing is now on by default when pref is used.
This commit is contained in:
@@ -2314,6 +2314,11 @@ class e_parse extends e_parser
|
||||
$sefPath = 'media/avatar/';
|
||||
$clean = array('{e_AVATAR}','e_AVATAR/');
|
||||
}
|
||||
elseif(strstr($url, 'e_THEME')) // theme folder images.
|
||||
{
|
||||
$sefPath = 'theme/img/';
|
||||
$clean = array('{e_THEME}','e_THEME/');
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user