<?php
/*
$Header: /cvs/hol/src/user/dspLogged.php,v 1.2 2005/03/10 11:12:51 jakuza Exp $
<fusedoc fuse="dspLogged.php">
<responsibilities>
Shows userdata and logout controls
</responsibilities>
<properties>
<history author="" date="2004 May 16" email="" type="create" />
<note>
</note>
</properties>
<io>
<in>
<string name="self" optional="false" />
<string name="XFA_Logout" scope="request" optional="false" comment="" />
</in>
<out>
<string name="fuseaction" scope="request" optional="true" comment="" />
</out>
</io>
</fusedoc>
*/
?>
<logout user="<?php echo $_SESSION['userdata']['firstname'] ?> <?php echo $_SESSION['userdata']['lastname'] ?>" url="<?php echo fa($XFA['XFA_Logout'], '', false) ?>" label="<?php echo $GLOBALS['language']['user']['logout'] ?>"/>