Open:
checkuseraccount.php
Look for the last closing
} at the end of the first
if ($login){ routine add
Code:
$usermembership=$user_account[membership];
and before the last ?>
add
Code:
## assign membership to smarty
$smarty->assign("usermembership",$usermembership);
You can now use {$usermembership} in your smarty templates.