1
0
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:
Cameron
2016-04-15 10:46:58 -07:00
parent cdf676473b
commit 042172096c
7 changed files with 134 additions and 29 deletions

View File

@@ -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;