generateDateTime($GLOBALS['last']['online']), 'last_module' => getModuleDescription('member', $GLOBALS['last']['module']) ); // Load header template LOAD_TEMPLATE("member_welcome_header", false, $content); // Chedk if he is returning from a profile update notification $result = SQL_QUERY_ESC("SELECT userid FROM `{!_MYSQL_PREFIX!}_user_data` WHERE notified='Y' AND `userid`=%s LIMIT 1", array(getUserId()), __FILE__, __LINE__); if ((SQL_NUMROWS($result) == 1) && (EXT_IS_ACTIVE('profile'))) { // Yes, he is so let's place him his wanted buttons LOAD_TEMPLATE("profile-update"); } else { // Load the template below this default data LOAD_TEMPLATE("member_welcome"); } // Free memory SQL_FREERESULT($result); // Load footer template LOAD_TEMPLATE("member_welcome_footer"); // ?>