mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
{SETIMAGE} small behavior modification
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
$parm['h'] = 0;
|
$parm['h'] = 0;
|
||||||
$parm['crop'] = 0;
|
$parm['crop'] = 0;
|
||||||
}
|
}
|
||||||
e107::getParser()->thumbWidth = vartrue($parm['w'],100);
|
e107::getParser()->thumbWidth = varset($parm['w'],0);
|
||||||
e107::getParser()->thumbHeight = vartrue($parm['h'],0);
|
e107::getParser()->thumbHeight = varset($parm['h'],0);
|
||||||
e107::getParser()->thumbCrop = vartrue($parm['crop'],0);
|
e107::getParser()->thumbCrop = varset($parm['crop'],0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user