header('Authentication'); $t->openTag('div',array('class'=>'login')); $t->text("Logged in as ".htmlentities($username).'.'); $t->logout_button('Logout'); $t->closeTag('div'); $t->footer();