mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Book and Chapter SEF Url support added.
This commit is contained in:
@@ -2732,12 +2732,14 @@ class e_parser
|
||||
{
|
||||
return $this->toGlyph($icon);
|
||||
}
|
||||
|
||||
if($icon[0] == '{')
|
||||
|
||||
if(strpos($icon,'e_MEDIA')!==FALSE)
|
||||
{
|
||||
// $path = $this->replaceConstants($icon,'full');
|
||||
$path = $this->thumbUrl($icon);
|
||||
|
||||
}
|
||||
elseif($icon[0] == '{')
|
||||
{
|
||||
$path = $this->replaceConstants($icon,'full');
|
||||
}
|
||||
elseif($legacyPath)
|
||||
{
|
||||
|
Reference in New Issue
Block a user