mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Blurry avatar fix and usersettings template fix. Also added $tp->setThumbSize($w,$h,$crop);
This commit is contained in:
@@ -772,9 +772,10 @@ if (e_QUERY == "update")
|
||||
$text .= "<div class='fborder' style='text-align:center'><br />".str_replace("*", "<span class='required'>*</span>", LAN_USET_9)."<br />".LAN_USET_10."<br /><br /></div>";
|
||||
}
|
||||
|
||||
|
||||
// e107::scStyle($sc_style);
|
||||
e107::getScBatch('usersettings')->setVars($curVal);
|
||||
$text .= $tp->parseTemplate($USERSETTINGS_EDIT, TRUE, $usersettings_shortcodes);
|
||||
|
||||
$text .= $tp->parseTemplate($USERSETTINGS_EDIT, false, $usersettings_shortcodes);
|
||||
|
||||
|
||||
$text .= "<div><input type='hidden' name='_uid' value='{$uuid}' /></div>
|
||||
|
Reference in New Issue
Block a user