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

Current Time:

'; } else{ $template .= '

You must be logged in to use the time clock.

'; } echo $template;