generateDateTime($GLOBALS['last_online']['online']), 'last_module' => getTitleFromMenu('member', $GLOBALS['last_online']['module']) ); // Load header template loadTemplate('member_welcome_header', false, $content); // Check if he is returning from a profile update notification if ((isExtensionActive('profile')) && (getUserData('notified') == 'Y')) { // Yes, he is so let's place him his wanted buttons loadTemplate('member_profile_outdated'); } else { // Load the template below this default data loadTemplate('member_welcome'); } // Load footer template loadTemplate('member_welcome_footer'); // [EOF] ?>