1
0
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:
Cameron
2014-01-04 10:14:38 -08:00
parent 7f1a946562
commit a790848bdb
5 changed files with 78 additions and 22 deletions

View File

@@ -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)
{