mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Issue #2846 LAN var cleanup
This commit is contained in:
parent
70df3a3ae6
commit
6bd8360e8a
@ -1041,7 +1041,7 @@ class e_form
|
||||
$count = 0;
|
||||
if (vartrue($pref['avatar_upload']) && FILE_UPLOADS && vartrue($options['upload']))
|
||||
{
|
||||
$diz = LAN_USET_32.($pref['im_width'] || $pref['im_height'] ? "\n".str_replace(array('--WIDTH--','--HEIGHT--'), array($pref['im_width'], $pref['im_height']), LAN_USER_86) : "");
|
||||
$diz = LAN_USET_32.($pref['im_width'] || $pref['im_height'] ? "\n".str_replace(array('[x]-','[y]'), array($pref['im_width'], $pref['im_height']), LAN_USER_86) : "");
|
||||
|
||||
$text .= "<div style='margin-bottom:10px'>".LAN_USET_26."
|
||||
<input class='tbox' name='file_userfile[avatar]' type='file' size='47' title=\"{$diz}\" />
|
||||
|
@ -113,7 +113,7 @@ define("LAN_USER_82", "the name you use to login to the site"); // LAN_10
|
||||
define("LAN_USER_83", "Hide email address?: "); // LAN_113
|
||||
define("LAN_USER_84", "This will prevent your email address from being displayed on site"); // LAN_114
|
||||
define("LAN_USER_85", "If you want to change your user name, you must ask a site administrator");
|
||||
define("LAN_USER_86", "Maximum avatar size is --WIDTH-- x --HEIGHT-- pixels");
|
||||
define("LAN_USER_86", "Maximum avatar size is [x]- x [y] pixels");
|
||||
define("LAN_USER_87", "Login to rate this user!");
|
||||
|
||||
// social plugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user