1
0
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:
Cameron
2013-05-07 18:32:38 -07:00
parent c2412d1270
commit a47cadb9b9
5 changed files with 51 additions and 16 deletions

View File

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