' . $current_user->user_firstname . ' ' . $current_user->user_lastname . '

'.__('Current Time:').'

'; } else{ $template .= '

'.__('You must be logged in to use the time clock.').'

'; } echo $template;