mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Fix for glyph icon preview. Custom Menu automatically adds a SEF URL if missing.
This commit is contained in:
@@ -1279,7 +1279,7 @@ class media_admin_ui extends e_admin_ui
|
||||
foreach($fa4 as $val)
|
||||
{
|
||||
$items[] = array(
|
||||
'previewUrl' => 'fa '.$val,
|
||||
'previewUrl' => 'fa fa-'.$val,
|
||||
'saveValue' => $val.'.glyph',
|
||||
'thumbUrl' => $val,
|
||||
'title' => $val,
|
||||
|
Reference in New Issue
Block a user