2010-11-25, 04:01 AM
Hi all just hoping someone can help.
I would like to move the "you last visited" to below the "welcome back" line
I know where all the code is just hoping someone knows an easier way to change it.
Global.lang.php
$l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";
Global.php
$lang->welcome_back = $lang->sprintf($lang->welcome_back, $mybb->user['username'], $lastvisit);
I would like to move the "you last visited" to below the "welcome back" line
I know where all the code is just hoping someone knows an easier way to change it.
Global.lang.php
$l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";
Global.php
$lang->welcome_back = $lang->sprintf($lang->welcome_back, $mybb->user['username'], $lastvisit);