mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Fixes #1253 - News Category Icon. Improved legacy support for news list page. toIcon() can now check for multiple legacy img paths.
This commit is contained in:
@@ -3775,8 +3775,9 @@ class e_form
|
||||
break;
|
||||
|
||||
case 'icon':
|
||||
|
||||
$value = $tp->toIcon($value,array('size'=>'2x'));
|
||||
|
||||
$parms['size'] = '2x';
|
||||
$value = $tp->toIcon($value,$parms);
|
||||
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user