6
showing something on each and every page of your site requires you to do the changes in theme.html and possibly header.php as well.
The last login time is not normally available, but I suggest that you in the last line of your header.php includes your "customsettings.php" in which you assign extra variables to Smarty for use in the theme.html.
In that customsettings.php you could use a simple
$smarty->assign('lastlogin', $xoopsUser->getVar('last_login'));
then you can use $lastlogin in your templates.