mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix for icon display issue in the icon-picker.
This commit is contained in:
@@ -538,14 +538,7 @@ class e_form
|
||||
$thpath = isset($sc_parameters['nothumb']) || vartrue($hide) ? $default : $default_thumb;
|
||||
$label = "<div id='{$name_id}_prev' class='text-center well well-small image-selector' >";
|
||||
|
||||
if($glyph = $tp->toGlyph($default_url))
|
||||
{
|
||||
$label .= $glyph;
|
||||
}
|
||||
else
|
||||
{
|
||||
$label .= $tp->toIcon($default_url);
|
||||
}
|
||||
$label .= $tp->toIcon($default_url);
|
||||
|
||||
$label .= "
|
||||
</div>";
|
||||
|
Reference in New Issue
Block a user